From 77f25c0ab43f95054ae5aabc3606710593f9a4f4 Mon Sep 17 00:00:00 2001 From: huangjx Date: Sun, 20 Feb 2022 18:33:00 +0800 Subject: [PATCH] added translation config --- .l10nignore | 4 ++++ .tx/config | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 .l10nignore create mode 100644 .tx/config diff --git a/.l10nignore b/.l10nignore new file mode 100644 index 0000000..b95bd3a --- /dev/null +++ b/.l10nignore @@ -0,0 +1,4 @@ +vendor/ +appinfo/ +bin/ +js/ \ No newline at end of file diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..db391d0 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com +lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja + +[nextcloud.ncdownloader] +file_filter = translationfiles//ncdownloader.po +source_file = translationfiles/templates/ncdownloader.pot +source_lang = en +type = PO \ No newline at end of file