Skip to content
Extraits de code Groupes Projets
Valider 7ddbf0e7 rédigé par mattab's avatar mattab
Parcourir les fichiers

Polish Zloti should appear after amount

parent bea97e68
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -155,9 +155,11 @@ class MetricsFormatter
}
$currencyAfter = '';
// manually put the currency symbol after the amount for euro
// (maybe more currencies prefer this notation?)
if (in_array($currencyBefore, array('€', 'kr'))) {
$currencySymbolToAppend = array('€', 'kr', 'zł');
// manually put the currency symbol after the amount
if (in_array($currencyBefore, $currencySymbolToAppend)) {
$currencyAfter = $space . $currencyBefore;
$currencyBefore = '';
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter