I’m involved in a long idled open source project that uses Transifex for translations platform.
The existing .tx/config:
[main]
host = https://www.transifex.com
[ibus-cangjie.ibus-cangjie]
host = https://www.transifex.com
source_lang = en_US
file_filter = po/<lang>.po
source_file = po/ibus-cangjie.pot
I recently updated the .pot file with new translation strings. But when I run tx push --source
, I got this message:
Error: Cannot create resource, i18n type is unknown
The source files are in the folder po/
:
- po/
- ibus-cangjie.pot
- zh_HK.po
- zh_TW.po
- pt_BR.po
Please let me know how I can specify the “i18n type” for upload. Thanks.