From ca54b669d534a2b057210d2aa36b4ed9993608bf Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 16 Sep 2022 16:45:11 -0700 Subject: [PATCH] Add l10n files for bot --- .l10nignore | 1 + .tx/config | 9 +++++++++ bundle.sh | 2 +- l10n/.gitkeep | 0 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .l10nignore create mode 100644 .tx/config create mode 100644 l10n/.gitkeep diff --git a/.l10nignore b/.l10nignore new file mode 100644 index 00000000..6a63c9d5 --- /dev/null +++ b/.l10nignore @@ -0,0 +1 @@ +js/ diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..162386b1 --- /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.memories] +file_filter = translationfiles//memories.po +source_file = translationfiles/templates/memories.pot +source_lang = en +type = PO \ No newline at end of file diff --git a/bundle.sh b/bundle.sh index f1a310b4..c593720c 100755 --- a/bundle.sh +++ b/bundle.sh @@ -4,7 +4,7 @@ od=`pwd` rm -rf /tmp/memories mkdir -p /tmp/memories -cp -R appinfo img js lib templates COPYING README.md exiftest* composer* /tmp/memories +cp -R appinfo l10n img js lib templates COPYING README.md exiftest* composer* /tmp/memories cd /tmp rm -f memories/appinfo/screencap* memories/js/*.map diff --git a/l10n/.gitkeep b/l10n/.gitkeep new file mode 100644 index 00000000..e69de29b