diff options
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.tx/config b/.tx/config index a2def23b9..b6c507efc 100644 --- a/.tx/config +++ b/.tx/config @@ -1,11 +1,11 @@ [main] -host = https://www.transifex.net +host = https://www.transifex.com [subsurface.subsurface] -file_filter = po/<lang>.po -source_file = po/subsurface-new.pot +file_filter = translations/susurface_<lang>.ts +source_file = translations/subsurface_source.ts source_lang = en -type = PO +type = ts [subsurface.readme] file_filter = l10n/README.<lang> |