branch | doc-dc |
changeset 109 | 31b3d00edb8a |
parent 106 | 18d967067bfe |
108:1de74ac0628f | 109:31b3d00edb8a |
---|---|
1 .. _howto-i18n: |
|
2 |
|
3 |
|
4 pot-create -o ref.pot scr/ |
|
5 msgmerge -U def.po ref.pot |
|
6 msgfmt def.po |
|
7 |
|
8 #bin/pot-create -o src/onf_website/locales/onf_website.pot src/ |
|
9 #msgmerge -U --previous --sort-by-file src/onf_website/locales/fr/LC_MESSAGES/onf_website.po src/onf_website/locales/onf_website.pot |
|
10 #msgfmt src/onf_website/locales/fr/LC_MESSAGES/onf_website.po -o src/onf_website/locales/fr/LC_MESSAGES/onf_website.mo |