diff --git a/l10n/.tx/config b/.tx/config similarity index 80% rename from l10n/.tx/config rename to .tx/config index 6ef4736a91..f005b4ec69 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.polls] file_filter = /polls.po -source_file = templates/polls.pot +source_file = translationfiles/templates/polls.pot source_lang = en type = PO diff --git a/Makefile b/Makefile index d26ff10272..c101d64d09 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,6 @@ appstore: --exclude="protractor.*" \ --exclude=".*" \ --exclude="js/.*" \ - --exclude="l10n/.tx" \ --exclude="l10n/no-php" \ ./ $(build_source_directory)/$(app_name) @@ -119,7 +118,6 @@ else --exclude="protractor.*" \ --exclude=".*" \ --exclude="js/.*" \ - --exclude="l10n/.tx" \ --exclude="l10n/no-php" \ --exclude="css/*.scss" \ ./ $(build_source_directory)/$(app_name)