commit 2427dfd9d672b88f27ad084f32f96b74d70ceb6b Author: Translation commit bot translation@torproject.org Date: Tue May 26 18:34:35 2020 +0000
Add tx config --- .tx/config | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+)
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000000..1d57ce7386 --- /dev/null +++ b/.tx/config @@ -0,0 +1,34 @@ +[torproject.orfox-stringsxml] +file_filter = <lang>/strings.xml +source_file = strings.xml +source_lang = en +trans.bn = bn-BD/strings.xml +trans.en_GB = en-GB/strings.xml +trans.en = en-US/strings.xml +trans.es_AR = es-AR/strings.xml +trans.es_CL = es-CL/strings.xml +trans.es_CO = es-CO/strings.xml +trans.es = es-ES/strings.xml +trans.es_MX = es-MX/strings.xml +trans.fy = fy-NL/strings.xml +trans.ga = ga-IE/strings.xml +trans.gu = gu-IN/strings.xml +trans.hi = hi-IN/strings.xml +trans.hr_HR = hr-HR/strings.xml +trans.hy = hy-AM/strings.xml +trans.ms_MY = ms/strings.xml +trans.nb = nb-NO/strings.xml +trans.nn = nn-NO/strings.xml +trans.nl_BE = nl-BE/strings.xml +trans.pa = pa-IN/strings.xml +trans.pt_BR = pt-BR/strings.xml +trans.pt_PT = pt-PT/strings.xml +trans.si_LK = si/strings.xml +trans.sv = sv-SE/strings.xml +trans.zh_CN = zh-CN/strings.xml +trans.zh_HK = zh-HK/strings.xml +trans.zh_TW = zh-TW/strings.xml + +[main] +host = https://www.transifex.net +
tor-commits@lists.torproject.org