//
BadLanguage
//----------------------
// Missing equal and translation
hhkhkjhjk
// Missing translation
hhkhkjhjk=
// Missing original
=lk;klk;k;l
// Missing closing quote
"klk;klk;kl;klk;
// Missing translation
"klk;klk;kl;klk;" =
// Missing starting quote in translation
"klk;klk;kl;klk;" = lkl;k;
// Missing closing quote in translation
"klk;klk;kl;klk;" = "lkl;k;
// Handle embedded quote 1
"One two \" three" = "Un deux \" trois"
// Handle embedded quote 2
"One two \\\" three" = "Un deux \\\" trois"
//Embedded variables
Here %man has %number %%good items = Ici %l'homme a  %nombre %%bons articles
