diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 20:25:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 20:25:21 -0700 |
commit | 890630204312feb37ceff2c83827915d4a9b9a3b (patch) | |
tree | e1fb5d12db64faf27fe28f49ade87cd0a26d57ea /.tx | |
parent | b3db9bb48a555e7e20aeb3c0a14316a83797b0a3 (diff) | |
download | subsurface-890630204312feb37ceff2c83827915d4a9b9a3b.tar.gz |
First step to being able to use transifex again for translations
This sadly contains a very noisy .ts file diff as those files now are one
directory down from their original spot, so recreating them changed all
the source paths.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.tx')
-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> |