mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
01bca39138
Last part of #2470
46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[owncloud.client]
|
|
host = https://www.transifex.com
|
|
source_file = client_en.ts
|
|
source_lang = en
|
|
|
|
# simple one-to-one language mappings
|
|
trans.ca = client_ca.ts
|
|
trans.el = client_el.ts
|
|
trans.es = client_es.ts
|
|
trans.es_AR = client_es_AR.ts
|
|
trans.eu = client_eu.ts
|
|
trans.fa = client_fa.ts
|
|
trans.fr = client_fr.ts
|
|
trans.gl = client_gl.ts
|
|
trans.it = client_it.ts
|
|
trans.nl = client_nl.ts
|
|
trans.pl = client_pl.ts
|
|
trans.pt_BR = client_pt_BR.ts
|
|
trans.ru = client_ru.ts
|
|
trans.sl = client_sl.ts
|
|
trans.sv = client_sv.ts
|
|
trans.tr = client_tr.ts
|
|
trans.uk = client_uk.ts
|
|
trans.zh_TW = client_zh_TW.ts
|
|
trans.zh_CN = client_zh_CN.ts
|
|
|
|
# special handling below
|
|
|
|
# de_DE holds the formal translation which we want as default
|
|
trans.de_DE = client_de.ts
|
|
|
|
# choose one of the given translations on transifex as default
|
|
trans.pt_PT = client_pt.ts
|
|
|
|
# choose a special language as more generic default
|
|
trans.cs_CZ = client_cs.ts
|
|
trans.et_EE = client_et.ts
|
|
trans.fi_FI = client_fi.ts
|
|
trans.ja_JP = client_ja.ts
|
|
trans.hu_HU = client_hu.ts
|
|
trans.sk_SK = client_sk.ts
|
|
trans.th_TH = client_th.ts
|
|
|