From 89a9084b775645f5731a75b70a1e4bfb931071f3 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 18 Sep 2020 20:19:15 +0200 Subject: [PATCH] Add basic transifex config Signed-off-by: Morris Jobke --- .l10nignore | 2 ++ .tx/config | 9 +++++++++ l10n/.gitkeep | 0 3 files changed, 11 insertions(+) create mode 100644 .l10nignore create mode 100644 .tx/config create mode 100644 l10n/.gitkeep diff --git a/.l10nignore b/.l10nignore new file mode 100644 index 0000000..0844b0d --- /dev/null +++ b/.l10nignore @@ -0,0 +1,2 @@ +# compiled vue templates +js/ diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..e6f9bc4 --- /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.integration_moodle] +file_filter = translationfiles//integration_moodle.po +source_file = translationfiles/templates/integration_moodle.pot +source_lang = en +type = PO diff --git a/l10n/.gitkeep b/l10n/.gitkeep new file mode 100644 index 0000000..e69de29