Skip to content

Commit

Permalink
Add a word on updating .po from .pot
Browse files Browse the repository at this point in the history
  • Loading branch information
iXce committed Feb 26, 2012
1 parent 536c84a commit a9d7b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ now there is only one, for German. New ones can be created:
# Edit the .po file to add messages for newlang
msgfmt -o ${newlang}.mo ${newlang}.po

To update a previously created message catalog from the template, use :

msgmerge -U locale/fr/LC_MESSAGES/${lang}.po locale/pronterface.pot

As currently coded, the default location for these message catalogs is

/usr/share/pronterface/locale/
Expand Down

0 comments on commit a9d7b08

Please sign in to comment.