SethClydesdale / forumactif-edge

A free modern and responsive forum theme for Forumotion forums.
https://sethclydesdale.github.io/forumactif-edge/
GNU General Public License v3.0
10 stars 17 forks source link

Update Italian.js #39

Closed SethClydesdale closed 7 years ago

SethClydesdale commented 7 years ago

Hi @TranslationsCloud,

I'll be doing a quick review of the translation file before sending your translations online.

Thanks for the help ! 👍

SethClydesdale commented 7 years ago

@TranslationsCloud Everything looked good, except for two teensy bugs which I've addressed here in https://github.com/SethClydesdale/forumactif-edge/commit/680688dc14aa76b6e609122d082d49d32452164b. Not the comment ( I just merged it to keep it neat ), but the two escape characters that needed to be escaped, or triple escaped lol. Basically when the string is applied to the JS file on a forum the escape character disappears, so you need to escape it to keep it from disappearing.

Escaping stuff in the control panel only needs to be escaped once though, since it's not being applied to a JS file on the forum. It can get a little confusing, especially to explain haha.