From 78b2d24001c6e0ed1bd42b97e44f51af6cff62ad Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 13 Jun 2018 12:15:59 +0000 Subject: [PATCH] Jetty: Add TX config for eepsite help page (ticket #2214) and for testing readme.html for .36 --- .tx/config | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.tx/config b/.tx/config index 79e5e972cf..9ac275ce3b 100644 --- a/.tx/config +++ b/.tx/config @@ -441,6 +441,30 @@ trans.ru_RU = installer/resources/locale-man/man_ru.po trans.sv_SE = installer/resources/locale-man/man_sv.po trans.zh_CN = installer/resources/locale-man/man_zh.po +[I2P.eepsite] +;; +;; For any new translations, add links in index.html +;; and copy new flags in build.xml preppkg-base target +;; +type = HTML +source_file = installer/resources/eepsite/docroot/help/index.html +source_lang = en +trans.de = installer/resources/eepsite/docroot/help/index_de.html +trans.es = installer/resources/eepsite/docroot/help/index_es.html +trans.fr = installer/resources/eepsite/docroot/help/index_fr.html +trans.nl = installer/resources/eepsite/docroot/help/index_nl.html +trans.ru_RU = installer/resources/eepsite/docroot/help/index_ru.html +trans.sv_SE = installer/resources/eepsite/docroot/help/index_sv.html +trans.zh_CN = installer/resources/eepsite/docroot/help/index_zh.html + +[I2P.ztest] +;; +;; TESTING ONLY +;; +type = HTML +source_file = installer/resources/readme/readme.html +source_lang = en + [main] host = https://www.transifex.com -- GitLab