src/source/dev_guide/adv-features.rst
branchdoc-dc
changeset 126 e0584f3de3fd
parent 122 7e69ecc9fd43
child 144 4275975a87c8
equal deleted inserted replaced
125:c8081c2ffe56 126:e0584f3de3fd
    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