-
Check a
.pofile:msgfmt -c -v -o /dev/null file.po
-
Wipe out a
.pofile and keep only translated messages:msgattrib --translated -o cleaned.po messy.po
-
Delete duplicate messages in a
.pofile:msguniq -o no_duplicate.po duplicate_content.po
-
Show differences between two
.pofiles (thanks to Jérome !):msgcat -u file1.po file2.po > diff.po
-
Generate a
.mofile from a.pofile:msgfmt -o target.mo source.po
0 Responses to “Usefull Commands: i18n / l10n”