src/source/dev_guide/adv-features.rst
branchdoc-dc
changeset 126 e0584f3de3fd
parent 122 7e69ecc9fd43
child 144 4275975a87c8
--- a/src/source/dev_guide/adv-features.rst	Tue Dec 18 11:48:01 2018 +0100
+++ b/src/source/dev_guide/adv-features.rst	Tue Dec 18 18:31:17 2018 +0100
@@ -81,4 +81,12 @@
 
 Internationalization
 --------------------
+.. _howto-i18n:
 
+pot-create -o ref.pot scr/
+msgmerge -U def.po ref.pot
+msgfmt def.po
+
+#bin/pot-create -o src/onf_website/locales/onf_website.pot src/
+#msgmerge -U --previous --sort-by-file  src/onf_website/locales/fr/LC_MESSAGES/onf_website.po src/onf_website/locales/onf_website.pot
+#msgfmt  src/onf_website/locales/fr/LC_MESSAGES/onf_website.po -o src/onf_website/locales/fr/LC_MESSAGES/onf_website.mo