Created
February 14, 2012 22:04
-
-
Save AlD/1830900 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ tx push -s | |
Pushing translations for resource quassel.master: | |
Pushing source file (po/quassel.pot) | |
Resource does not exist. Creating... | |
Cannot get type for resource. Please, add it in the .tx/config file. | |
TypeError: cannot concatenate 'str' and 'NoneType' objects | |
$ cat .tx/config | |
[main] | |
host = https://www.transifex.net | |
[quassel.master] | |
file_filter = po/<lang>.po | |
source_file = po/quassel.pot | |
source_lang = en |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment