diff -r 000000000000 -r b2be9a32f3fc src/source/api-doc/howto-i18n.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/api-doc/howto-i18n.rst Thu Dec 06 08:24:10 2018 +0100 @@ -0,0 +1,10 @@ +.. _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