Menu

#297 escape sequences in language file

open
nobody
5
2005-05-29
2005-05-29
Anonymous
No

Name: aurelio tontini
Email: aurelio@steton.net

In the italian language file include/languages/it.inc
to avoid javascript errors you must susbstitute
all the inner escape sequences "\'" with "\\\'"

e.g.

change:
define('STORE_ACCOUNT_DATA','salva dati dell\'account');

to:
define('STORE_ACCOUNT_DATA','salva dati dell\\\'account');

I'vo found also some language misprint.

regards.
aurelio

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.