FIXED Translation Center problem
Posted: Wed Jul 18, 2007 12:56 pm
Hi,
I have upaded the modules/News/lang/ext/fr_FR.php
and I see a problem with "Translation Center" the system add a "\" backslash before ' or "
Example I enter some word like :
In the fr_FR.php download file after ugrade shows : and in the view in module is
and I see now alll the new file fr_FR.php is corrupted by "\" before all words had ' or "
I never had this problem before. Do I use not correctly Translation Center now ?
I have upaded the modules/News/lang/ext/fr_FR.php
and I see a problem with "Translation Center" the system add a "\" backslash before ' or "
Example I enter some word like :
Code: Select all
l'extension or "template"
In the fr_FR.php download file after ugrade shows :
Code: Select all
l\'extension or \"template\"
Code: Select all
l\'extension or \"template\"
I never had this problem before. Do I use not correctly Translation Center now ?