diff options
Diffstat (limited to 'MLEB/cldr/CldrSupplemental/Supplemental.php')
-rw-r--r-- | MLEB/cldr/CldrSupplemental/Supplemental.php | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/MLEB/cldr/CldrSupplemental/Supplemental.php b/MLEB/cldr/CldrSupplemental/Supplemental.php index f8f19169..1aba58e9 100644 --- a/MLEB/cldr/CldrSupplemental/Supplemental.php +++ b/MLEB/cldr/CldrSupplemental/Supplemental.php @@ -1,6 +1,11 @@ <?php +// This file is generated by rebuild.php. Do not edit it directly. $currencyFractions = [ + '!DEFAULT' => [ + 'digits' => '2', + 'rounding' => '0', + ], 'ADP' => [ 'digits' => '0', 'rounding' => '0', @@ -27,14 +32,14 @@ $currencyFractions = [ 'digits' => '0', 'rounding' => '0', ], - 'BYR' => [ - 'digits' => '0', - 'rounding' => '0', - ], 'BYN' => [ 'digits' => '2', 'rounding' => '0', ], + 'BYR' => [ + 'digits' => '0', + 'rounding' => '0', + ], 'CAD' => [ 'digits' => '2', 'rounding' => '0', @@ -71,10 +76,6 @@ $currencyFractions = [ 'cashDigits' => '0', 'cashRounding' => '0', ], - 'DEFAULT' => [ - 'digits' => '2', - 'rounding' => '0', - ], 'DJF' => [ 'digits' => '0', 'rounding' => '0', @@ -256,13 +257,13 @@ $currencyFractions = [ 'digits' => '0', 'rounding' => '0', ], - 'TZS' => [ + 'TWD' => [ 'digits' => '2', 'rounding' => '0', 'cashDigits' => '0', 'cashRounding' => '0', ], - 'TWD' => [ + 'TZS' => [ 'digits' => '2', 'rounding' => '0', 'cashDigits' => '0', @@ -272,12 +273,6 @@ $currencyFractions = [ 'digits' => '0', 'rounding' => '0', ], - 'UZS' => [ - 'digits' => '2', - 'rounding' => '0', - 'cashDigits' => '0', - 'cashRounding' => '0', - ], 'UYI' => [ 'digits' => '0', 'rounding' => '0', @@ -286,6 +281,12 @@ $currencyFractions = [ 'digits' => '4', 'rounding' => '0', ], + 'UZS' => [ + 'digits' => '2', + 'rounding' => '0', + 'cashDigits' => '0', + 'cashRounding' => '0', + ], 'VEF' => [ 'digits' => '2', 'rounding' => '0', |