# HG changeset patch # User Damien Correia # Date 1544447943 -3600 # Node ID 18d967067bfe6635229bc29f6d4536f1ff74c00f # Parent 2703c8a7a968484a658ba9ee7d7d74b3c2dd32b6 Moved howto-i18n diff -r 2703c8a7a968 -r 18d967067bfe src/source/api-doc/howto-i18n.rst --- a/src/source/api-doc/howto-i18n.rst Mon Dec 10 14:18:05 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -.. _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 diff -r 2703c8a7a968 -r 18d967067bfe src/source/howto-i18n.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/howto-i18n.rst Mon Dec 10 14:19:03 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