Created
January 23, 2012 23:26
-
-
Save AlD/1666347 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /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