Online translation (#241)

* Online translation added to Developer panel settings

* Added special characters conversion on file import and export for online translations

* fix: Parse text nodes separately

* fix: broken js on page prevents working developer panel

* fix: workaround for online translations using freemarker template models

* fix: safe way to convert array of objects to array of strings

* fix: convert char codes on read/write property files

* refact: corrected constant names
This commit is contained in:
Georgy Litvinov 2022-04-07 16:21:49 +02:00 committed by GitHub
parent 67b4df3c0b
commit bbd714ceb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 780 additions and 9 deletions

View file

@ -49,6 +49,7 @@
# developer.i18n.defeatCache = false
# developer.i18n.logStringRequests = false
# developer.i18n.onlineTranslation = false
#------------------------------------------------------------------------------