diff --git a/l10n/.tx/config b/.tx/config similarity index 80% rename from l10n/.tx/config rename to .tx/config index cf6bf4e56..46e446155 100644 --- a/l10n/.tx/config +++ b/.tx/config @@ -4,7 +4,7 @@ lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_ [nextcloud.notes] file_filter = /notes.po -source_file = templates/notes.pot +source_file = translationfiles/templates/notes.pot source_lang = en type = PO diff --git a/Makefile b/Makefile index 3586dee48..403e096ab 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ appstore: clean --exclude=composer.json \ --exclude=composer.lock \ --exclude=composer.phar \ - --exclude=l10n/.tx \ + --exclude=.tx \ --exclude=l10n/no-php \ --exclude=Makefile \ --exclude=nbproject \