2
0
forked from Wavyzz/dolibarr

Sync transifex

This commit is contained in:
Laurent Destailleur
2024-02-21 12:40:11 +01:00
parent 9294662bb5
commit f66b8987ec
883 changed files with 14611 additions and 13025 deletions

View File

@@ -117,7 +117,7 @@ class LangTest extends CommonClassTest
$result = $tmplangs->transnoentitiesnoconv("SeparatorDecimal");
print __METHOD__." SeparatorDecimal=".$result."\n";
$this->assertTrue(in_array($result, array('.',',','/',' ','','None')), 'Error on decimal separator for lang code '.$code); // Note that ، that is coma for RTL languages is not supported
$this->assertTrue(in_array($result, array('.',',','/','。',' ','','None')), 'Error on decimal separator for lang code '.$code); // Note that ، that is coma for RTL languages is not supported
$result = $tmplangs->transnoentitiesnoconv("SeparatorThousand");
print __METHOD__." SeparatorThousand=".$result."\n";