From c64df268825a67ebc404d7eb2000b1e4fc5c8302 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 16 Dec 2016 18:40:09 +0900 Subject: [PATCH] Made title in Google play translatable --- .tx/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tx/config b/.tx/config index 493d4105..fb768ed0 100644 --- a/.tx/config +++ b/.tx/config @@ -21,3 +21,10 @@ source_file = src/main/play/en-GB/listing/shortdescription source_lang = en_GB type = TXT lang_map = ja: ja-JP, sv: sv-SE, da: da-DK, de: de-DE, el: el-EL, es: es-ES, fi: fi-FI, it: it-IT, pl: pl-PL, nl: nl-NL, ru: ru-RU, no: no-NO, pt: pt-PT, ko: ko-KR, cs: cs-CZ, hu: hu-HU, fr: fr-FR, tr: tr-TR + +[syncthing-android.titletxt] +file_filter = src/main/play//listing/title +source_file = src/main/play/en-GB/listing/title +source_lang = en_GB +type = TXT +lang_map = ja: ja-JP, sv: sv-SE, da: da-DK, de: de-DE, el: el-EL, es: es-ES, fi: fi-FI, it: it-IT, pl: pl-PL, nl: nl-NL, ru: ru-RU, no: no-NO, pt: pt-PT, ko: ko-KR, cs: cs-CZ, hu: hu-HU, fr: fr-FR, tr: tr-TR