Skip to content

Instantly share code, notes, and snippets.

@AlD
Created January 23, 2012 23:26
Show Gist options
  • Save AlD/1666347 to your computer and use it in GitHub Desktop.
Save AlD/1666347 to your computer and use it in GitHub Desktop.
$ /usr/bin/lconvert -i cs.po -of ts -o /usr/src/quassel-build/po/cs.ts; echo $?
0
$ /usr/bin/lconvert -i ./cs.po -of ts -o /usr/src/quassel-build/po/cs.ts; echo $?
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
0
$ /usr/bin/lconvert -i $PWD/cs.po -of ts -o /usr/src/quassel-build/po/cs.ts; echo $?
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment