diff options
-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 |