src/source/dev_guide/howto-i18n.rst
branchdoc-dc
changeset 111 097b0c025eec
parent 109 31b3d00edb8a
child 124 696f58cb5bdd
equal deleted inserted replaced
110:d7dd088ed557 111:097b0c025eec
       
     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