-
Notifications
You must be signed in to change notification settings - Fork 0
powerbf/xlatepoc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Init or update pot: xgettext --language=C++ --from-code=UTF-8 --no-location --add-comments --sort-output -o po/messages.pot main.cc Init po file: msginit --input=po/messages.pot --locale=de --output=po/de/messages.po Update po file: msgmerge --update po/de/messages.po po/messages.pot Generate mo file: msgfmt --output-file=./locale/de/LC_MESSAGES/messages.mo po/de/messages.po