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