equal
deleted
inserted
replaced
79 Using GIS features |
79 Using GIS features |
80 ------------------ |
80 ------------------ |
81 |
81 |
82 Internationalization |
82 Internationalization |
83 -------------------- |
83 -------------------- |
|
84 .. _howto-i18n: |
84 |
85 |
|
86 pot-create -o ref.pot scr/ |
|
87 msgmerge -U def.po ref.pot |
|
88 msgfmt def.po |
|
89 |
|
90 #bin/pot-create -o src/onf_website/locales/onf_website.pot src/ |
|
91 #msgmerge -U --previous --sort-by-file src/onf_website/locales/fr/LC_MESSAGES/onf_website.po src/onf_website/locales/onf_website.pot |
|
92 #msgfmt src/onf_website/locales/fr/LC_MESSAGES/onf_website.po -o src/onf_website/locales/fr/LC_MESSAGES/onf_website.mo |