From a0a345f894faa43f3105ffc09c859a53861d92fe Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 12 Feb 2018 17:17:05 +0100 Subject: [PATCH] Move transifex config for updated l10n script See nextcloud/docker-ci#78 for details Signed-off-by: Morris Jobke --- {l10n/.tx => .tx}/config | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename {l10n/.tx => .tx}/config (80%) diff --git a/l10n/.tx/config b/.tx/config similarity index 80% rename from l10n/.tx/config rename to .tx/config index d7b123ecc..9dd17a3f2 100644 --- a/l10n/.tx/config +++ b/.tx/config @@ -4,6 +4,6 @@ lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_ [nextcloud.logreader] file_filter = /logreader.po -source_file = templates/logreader.pot +source_file = translationfiles/templates/logreader.pot source_lang = en type = PO diff --git a/Makefile b/Makefile index 841732743..bc22aea3f 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ build/appstore/$(package_name).tar.gz: build/main.js $(othersources) --exclude=$(project_dir)/.gitattributes \ --exclude=$(project_dir)/.gitignore \ --exclude=$(project_dir)/.travis.yml \ + --exclude=$(project_dir)/.tx \ --exclude=$(project_dir)/.scrutinizer.yml \ --exclude=$(project_dir)/CONTRIBUTING.md \ --exclude=$(project_dir)/package.json \