User Tools

Site Tools


operating_systems:linux:debian:pootle_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
operating_systems:linux:debian:pootle_installation [2014/03/21 10:48] – [Create a git repertory for the locales] czuberoperating_systems:linux:debian:pootle_installation [2014/09/05 07:25] czuber
Line 86: Line 86:
    xgettext -f temp.txt -o /opt/translate.bolay.co/pootle/po/templates/my_project.pot    xgettext -f temp.txt -o /opt/translate.bolay.co/pootle/po/templates/my_project.pot
    rm temp.txt    rm temp.txt
 +   msgmerge -U def.po ref.pot
  
 Create the *.po files Create the *.po files
Line 116: Line 117:
  
 Go on the site (http://translate.bolay.co) and login Go on the site (http://translate.bolay.co) and login
 +
 Translate what you want Translate what you want
 +
 Click on "Mettre à jour d'après les fichiers modèles" Click on "Mettre à jour d'après les fichiers modèles"
 +
 Now push : Now push :
 +
    cd /opt/translate.bolay.co/pootle/po/my_project    cd /opt/translate.bolay.co/pootle/po/my_project
    git add .    git add .
    git commit -m "my_message"    git commit -m "my_message"
    git push origin master    git push origin master
-And the site is translated ! :-D+And the testing site is translated ! :-D
  
 ===== How to do with de prod server ? ===== ===== How to do with de prod server ? =====