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:
parent
67b4df3c0b
commit
bbd714ceb9
10 changed files with 780 additions and 9 deletions
|
@ -49,6 +49,7 @@
|
|||
|
||||
# developer.i18n.defeatCache = false
|
||||
# developer.i18n.logStringRequests = false
|
||||
# developer.i18n.onlineTranslation = false
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue