diff options
author | raveit65 <[email protected]> | 2021-12-11 14:06:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 14:32:53 +0100 |
commit | 8111a1ed0860beddc58e7f5334b987ef477557fc (patch) | |
tree | 6d338dd5babb4149cdc49cb2a9c5649ab5bfdf96 | |
parent | 9c4746e2fec3fba10e9fe8284e9bac5f1630c01e (diff) | |
download | libmateweather-8111a1ed0860beddc58e7f5334b987ef477557fc.tar.bz2 libmateweather-8111a1ed0860beddc58e7f5334b987ef477557fc.tar.xz |
tx: add transifex config for locations.pot
-rw-r--r-- | .tx/config | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -3,7 +3,14 @@ host = https://www.transifex.com [MATE.master--libmateweather] file_filter = po/<lang>.po -source_file = po/libmateweather.pot +source_file = libmateweather.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--libmateweather-locations] +file_filter = po-locations/<lang>.po +source_file = locations.pot source_lang = en type = PO minimum_perc = 2 |