Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.1
-
Fix Version/s: 0.9.3
-
Component/s: Zend_Translate
-
Labels:None
Description
I can't use a ";" inside the translated string because it is the separation character in csv files.
Is it possible to add an escape way to use ";" in translated string ?
Fixed with SVN 4426.
Double the separator to include him into the string.
"Message;;1;Nachricht1" => "Message;1" -> "Nachricht1"
see documentation for details.
Also added the possibility to change the separator to any other wished sign.