Guest User

Untitled

a guest
Jun 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /en_US/LC_MESSAGES/en_US.mo
  2. /en_CA/LC_MESSAGES/en_CA.mo
  3. etc.
  4.  
  5. xgettext --files-from=POTFILES.in --directory=.. --output=messages.pot
  6.  
  7. msgmerge --update --no-fuzzy-matching --backup=off da.po messages.pot
  8.  
  9. msgfmt nl.po --output-file nl.mo
  10.  
  11. [encoding: UTF-8]
  12. ./main.cpp
  13. ./plugins/list.cpp
  14.  
  15. intltool-update --pot --gettext-package=messages --verbose
  16.  
  17. msgmerge -U fr.po messages.pot
  18.  
  19. msgmerge -o - fr.po messages.pot | msgfmt -c -o fr/LC_MESSAGES/programname.mo -
Add Comment
Please, Sign In to add comment