diff --git a/l10n/.tx/config b/.tx/config similarity index 80% rename from l10n/.tx/config rename to .tx/config index 2b82ba9f..2062f5dd 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.tasks] file_filter = /tasks.po -source_file = templates/tasks.pot +source_file = translationfiles/templates/tasks.pot source_lang = en type = PO diff --git a/Makefile b/Makefile index fc28edcf..01adaf4b 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,7 @@ appstore: --exclude=/.gitignore \ --exclude=/.scrutinizer.yml \ --exclude=/.travis.yml \ + --exclude=/.tx \ --exclude=/build.xml \ --exclude=/CONTRIBUTING.md \ --exclude=/tasks.sublime-project \