From 52f8308ee4b51de576205c573e1a8b9a92597e09 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 27 Feb 2018 14:28:13 +0100 Subject: [PATCH] Add transifex config Signed-off-by: Morris Jobke --- .tx/config | 9 +++++++++ Makefile | 4 ++-- l10n/.gitignore | 1 - 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .tx/config delete mode 100644 l10n/.gitignore diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..84994b80 --- /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.bookmarks] +file_filter = translationfiles//bookmarks.po +source_file = translationfiles/templates/bookmarks.pot +source_lang = en +type = PO diff --git a/Makefile b/Makefile index 7438cd53..39055041 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ appstore: clean rsync -a \ --exclude=/build \ --exclude=/docs \ - --exclude=/l10n/templates \ - --exclude=/l10n/.tx \ + --exclude=/translationfiles \ + --exclude=/.tx \ --exclude=/tests \ --exclude=/screenshots \ --exclude=/.git \ diff --git a/l10n/.gitignore b/l10n/.gitignore deleted file mode 100644 index 6d609cec..00000000 --- a/l10n/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.po