From 78043af7dc5f11313df67279394ae5f9b76d5141 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 9 Jul 2020 23:49:58 +0200 Subject: [PATCH] Add transifex config Signed-off-by: Morris Jobke --- .tx/config | 9 +++++++++ l10n/.gitkeep | 0 l10n/.tx/config | 9 --------- 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .tx/config create mode 100644 l10n/.gitkeep delete mode 100644 l10n/.tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..526e4bc --- /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.registration] +file_filter = translationfiles//registration.po +source_file = translationfiles/templates/registration.pot +source_lang = en +type = PO diff --git a/l10n/.gitkeep b/l10n/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/l10n/.tx/config b/l10n/.tx/config deleted file mode 100644 index 6a18c32..0000000 --- a/l10n/.tx/config +++ /dev/null @@ -1,9 +0,0 @@ -[main] -host = https://www.transifex.com -lang_map = ja_JP: ja - -[owncloud.registration] -file_filter = /registration.po -source_file = templates/registration.pot -source_lang = en -type = PO