Im using the translation app on https://lang.projeqtor.org/
But i get an error in console, and it does not show anything in the list.
_StoreMixin.js:33 SyntaxError: Bad escaped character in JSON at position 4010279 (line 1 column 4010280)
at Object.parse ()
at eval (Request.js:137:23)
at _3fd (dojo.js:2:109897)
at _3f7 (dojo.js:2:109761)
at _3fc.resolve (dojo.js:2:111222)
at _403 (dojo.js:2:110503)
at _3fd (dojo.js:2:110113)
at _3f7 (dojo.js:2:109761)
at _3fc.resolve (dojo.js:2:111222)
at _403 (dojo.js:2:110503)
Hello,
This will be corrected very soon.
Have a nice day,
Hi,
Isssue comes from insertions of escaped characters
Code for 'messageNoData' in lang 'ro' was 'Nici uno ${1} selectata'
This tries to interprete o and a as escaped character in json format, and fails.
Please avoid to use for non escaped characters.
You can use it for instance with n (new line) or t (tab)
Got it. Will not use those characters anymore.