From b9812ba06ac16899df2a25f0abf25962ae3273f2 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 30 May 2023 08:36:17 +0000 Subject: update composer libs --- .../intl/src/Currency/CurrencyRepository.php | 28 ++--- .../intl/src/Language/LanguageRepository.php | 28 ++--- vendor/commerceguys/intl/src/Locale.php | 4 +- .../src/NumberFormat/NumberFormatRepository.php | 117 +++++++++++++++++---- 4 files changed, 126 insertions(+), 51 deletions(-) (limited to 'vendor/commerceguys/intl/src') diff --git a/vendor/commerceguys/intl/src/Currency/CurrencyRepository.php b/vendor/commerceguys/intl/src/Currency/CurrencyRepository.php index e412587b8..7f660f381 100644 --- a/vendor/commerceguys/intl/src/Currency/CurrencyRepository.php +++ b/vendor/commerceguys/intl/src/Currency/CurrencyRepository.php @@ -44,18 +44,19 @@ class CurrencyRepository implements CurrencyRepositoryInterface * @var array */ protected $availableLocales = [ - 'af', 'ar', 'as', 'ast', 'az', 'be', 'bg', 'bn', 'brx', 'bs', 'bs-Cyrl', - 'ca', 'ce', 'cs', 'cy', 'da', 'de', 'de-CH', 'dz', 'el', 'en', 'en-001', - 'en-AU', 'en-CA', 'en-GG', 'en-IM', 'en-JE', 'en-PH', 'es', 'es-419', - 'es-CL', 'es-GT', 'es-MX', 'es-US', 'es-VE', 'et', 'eu', 'fa', 'fa-AF', - 'fi', 'fil', 'fr', 'fr-CA', 'ga', 'gd', 'gl', 'gsw', 'gu', 'he', 'hi', - 'hr', 'hu', 'hy', 'id', 'is', 'it', 'ja', 'ka', 'kk', 'km', 'ko', 'kok', - 'ks', 'ky', 'lb', 'lo', 'lt', 'lv', 'mg', 'mk', 'ml', 'mn', 'mr', 'ms', - 'my', 'ne', 'nl', 'nn', 'no', 'pa', 'pl', 'ps', 'pt', 'pt-PT', 'rn', - 'ro', 'ru', 'sd', 'si', 'sk', 'sl', 'so', 'sq', 'sr', 'sr-Cyrl-BA', - 'sr-Latn', 'sr-Latn-BA', 'sv', 'sw', 'sw-CD', 'sw-KE', 'ta', 'te', 'th', - 'tk', 'tr', 'uk', 'ur', 'ur-IN', 'uz', 'uz-Cyrl', 'vi', 'yue', - 'yue-Hans', 'zh', 'zh-Hans-HK', 'zh-Hant', 'zh-Hant-HK' + 'af', 'ar', 'as', 'ast', 'az', 'be', 'bg', 'bn', 'bn-IN', 'brx', 'bs', + 'bs-Cyrl', 'ca', 'ce', 'cs', 'cv', 'cy', 'da', 'de', 'de-CH', 'dz', + 'el', 'en', 'en-001', 'en-AU', 'en-CA', 'en-GG', 'en-IM', 'en-JE', + 'en-MV', 'es', 'es-419', 'es-CL', 'es-GT', 'es-MX', 'es-US', 'es-VE', + 'et', 'eu', 'fa', 'fa-AF', 'fi', 'fil', 'fr', 'fr-CA', 'ga', 'gd', 'gl', + 'gsw', 'gu', 'he', 'hi', 'hi-Latn', 'hr', 'hu', 'hy', 'id', 'is', 'it', + 'ja', 'ka', 'kk', 'km', 'ko', 'kok', 'ks', 'ky', 'lb', 'lo', 'lt', 'lv', + 'mg', 'mk', 'ml', 'mn', 'mr', 'ms', 'my', 'ne', 'nl', 'nn', 'no', 'pa', + 'pl', 'ps', 'pt', 'pt-PT', 'rn', 'ro', 'ru', 'sd', 'si', 'sk', 'sl', + 'so', 'sq', 'sr', 'sr-Cyrl-BA', 'sr-Latn', 'sr-Latn-BA', 'sv', 'sw', + 'sw-CD', 'sw-KE', 'ta', 'te', 'th', 'tk', 'tr', 'uk', 'ur', 'ur-IN', + 'uz', 'uz-Cyrl', 'vi', 'yue', 'yue-Hans', 'zh', 'zh-Hans-HK', 'zh-Hant', + 'zh-Hant-HK' ]; /** @@ -221,7 +222,6 @@ class CurrencyRepository implements CurrencyRepositoryInterface 'GYD' => ['328', 2], 'HKD' => ['344', 2], 'HNL' => ['340', 2], - 'HRK' => ['191', 2], 'HTG' => ['332', 2], 'HUF' => ['348', 2], 'IDR' => ['360', 2], @@ -288,6 +288,7 @@ class CurrencyRepository implements CurrencyRepositoryInterface 'SEK' => ['752', 2], 'SGD' => ['702', 2], 'SHP' => ['654', 2], + 'SLE' => ['925', 2], 'SLL' => ['694', 0], 'SOS' => ['706', 0], 'SRD' => ['968', 2], @@ -311,6 +312,7 @@ class CurrencyRepository implements CurrencyRepositoryInterface 'UYU' => ['858', 2], 'UYW' => ['927', 4], 'UZS' => ['860', 2], + 'VED' => ['926', 2], 'VES' => ['928', 2], 'VND' => ['704', 0], 'VUV' => ['548', 0], diff --git a/vendor/commerceguys/intl/src/Language/LanguageRepository.php b/vendor/commerceguys/intl/src/Language/LanguageRepository.php index f39f7454d..3a493da20 100644 --- a/vendor/commerceguys/intl/src/Language/LanguageRepository.php +++ b/vendor/commerceguys/intl/src/Language/LanguageRepository.php @@ -46,20 +46,20 @@ class LanguageRepository implements LanguageRepositoryInterface protected $availableLocales = [ 'af', 'ar', 'ar-EG', 'ar-LY', 'ar-SA', 'as', 'ast', 'az', 'az-Cyrl', 'be', 'bg', 'bn', 'bn-IN', 'brx', 'bs', 'bs-Cyrl', 'ca', 'ce', 'cs', - 'cy', 'da', 'de', 'de-AT', 'de-CH', 'dz', 'el', 'en', 'en-001', 'en-AU', - 'en-CA', 'en-IN', 'es', 'es-419', 'es-AR', 'es-BO', 'es-CL', 'es-CO', - 'es-CR', 'es-DO', 'es-EC', 'es-GT', 'es-HN', 'es-MX', 'es-NI', 'es-PA', - 'es-PE', 'es-PR', 'es-PY', 'es-SV', 'es-US', 'es-VE', 'et', 'eu', 'fa', - 'fa-AF', 'fi', 'fil', 'fr', 'fr-BE', 'fr-CA', 'fr-CH', 'ga', 'gd', 'gl', - 'gsw', 'gu', 'he', 'hi', 'hr', 'hu', 'hy', 'id', 'is', 'it', 'ja', 'ka', - 'kk', 'km', 'ko', 'kok', 'ks', 'ku', 'ky', 'lb', 'lo', 'lt', 'lv', 'mg', - 'mk', 'ml', 'mn', 'mr', 'ms', 'mt', 'my', 'ne', 'nl', 'nn', 'no', 'pa', - 'pl', 'ps', 'ps-PK', 'pt', 'pt-PT', 'rn', 'ro', 'ro-MD', 'ru', 'rw', - 'sd', 'si', 'sk', 'sl', 'so', 'sq', 'sr', 'sr-Cyrl-BA', 'sr-Cyrl-ME', - 'sr-Cyrl-XK', 'sr-Latn', 'sr-Latn-BA', 'sr-Latn-ME', 'sr-Latn-XK', 'sv', - 'sw', 'sw-CD', 'sw-KE', 'ta', 'te', 'tg', 'th', 'tk', 'to', 'tr', 'uk', - 'ur', 'ur-IN', 'uz', 'uz-Cyrl', 'vi', 'yue', 'yue-Hans', 'zh', - 'zh-Hant', 'zh-Hant-HK' + 'cy', 'da', 'de', 'de-AT', 'dz', 'el', 'en', 'en-001', 'en-AU', 'en-CA', + 'en-GB', 'en-IN', 'en-MV', 'es', 'es-419', 'es-AR', 'es-BO', 'es-CL', + 'es-CO', 'es-CR', 'es-DO', 'es-EC', 'es-GT', 'es-HN', 'es-MX', 'es-NI', + 'es-PA', 'es-PE', 'es-PR', 'es-PY', 'es-SV', 'es-US', 'es-VE', 'et', + 'eu', 'fa', 'fa-AF', 'fi', 'fil', 'fr', 'fr-BE', 'fr-CA', 'fr-CH', + 'ga', 'gd', 'gl', 'gsw', 'gu', 'he', 'hi', 'hi-Latn', 'hr', 'hu', 'hy', + 'id', 'is', 'it', 'ja', 'ka', 'kk', 'km', 'ko', 'kok', 'ks', 'ku', 'ky', + 'lb', 'lo', 'lt', 'lv', 'mai', 'mg', 'mk', 'ml', 'mn', 'mr', 'ms', 'mt', + 'my', 'ne', 'nl', 'nn', 'no', 'pa', 'pl', 'ps', 'ps-PK', 'pt', 'pt-PT', + 'rn', 'ro', 'ro-MD', 'ru', 'rw', 'sd', 'si', 'sk', 'sl', 'so', 'sq', + 'sr', 'sr-Cyrl-BA', 'sr-Cyrl-ME', 'sr-Cyrl-XK', 'sr-Latn', 'sr-Latn-BA', + 'sr-Latn-ME', 'sr-Latn-XK', 'sv', 'sw', 'sw-CD', 'sw-KE', 'ta', 'te', + 'tg', 'th', 'tk', 'to', 'tr', 'uk', 'ur', 'ur-IN', 'uz', 'uz-Cyrl', + 'vi', 'yue', 'yue-Hans', 'zh', 'zh-Hant', 'zh-Hant-HK' ]; /** diff --git a/vendor/commerceguys/intl/src/Locale.php b/vendor/commerceguys/intl/src/Locale.php index 509b28190..c5c3c5ef5 100644 --- a/vendor/commerceguys/intl/src/Locale.php +++ b/vendor/commerceguys/intl/src/Locale.php @@ -110,6 +110,7 @@ final class Locale 'en-MS' => 'en-001', 'en-MT' => 'en-001', 'en-MU' => 'en-001', + 'en-MV' => 'en-001', 'en-MW' => 'en-001', 'en-MY' => 'en-001', 'en-NA' => 'en-001', @@ -155,6 +156,7 @@ final class Locale 'en-NL' => 'en-150', 'en-SE' => 'en-150', 'en-SI' => 'en-150', + 'hi-Latn' => 'en-IN', 'es-AR' => 'es-419', 'es-BO' => 'es-419', 'es-BR' => 'es-419', @@ -177,6 +179,7 @@ final class Locale 'es-US' => 'es-419', 'es-UY' => 'es-419', 'es-VE' => 'es-419', + 'ht' => 'fr-HT', 'nb' => 'no', 'nn' => 'no', 'pt-AO' => 'pt-PT', @@ -198,7 +201,6 @@ final class Locale 'byn-Latn' => 'und', 'en-Dsrt' => 'und', 'en-Shaw' => 'und', - 'hi-Latn' => 'und', 'iu-Latn' => 'und', 'kk-Arab' => 'und', 'ks-Deva' => 'und', diff --git a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php index 5258ba442..59647616f 100644 --- a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php +++ b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php @@ -73,10 +73,14 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => ' ', ], + 'ann' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'ar' => [ 'numbering_system' => 'arab', - 'currency_pattern' => '#,##0.00 ¤', - 'accounting_currency_pattern' => '#,##0.00 ¤', + 'currency_pattern' => '‏#,##0.00 ¤', + 'accounting_currency_pattern' => '‏#,##0.00 ¤', 'decimal_separator' => '٫', 'grouping_separator' => '٬', 'plus_sign' => '؜+', @@ -84,13 +88,15 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'percent_sign' => '٪؜', ], 'ar-AE' => [ - 'currency_pattern' => '¤ #,##0.00', + 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤', + 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)', 'plus_sign' => '‎+', 'minus_sign' => '‎-', 'percent_sign' => '‎%‎', ], 'ar-DZ' => [ - 'currency_pattern' => '¤ #,##0.00', + 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤', + 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)', 'decimal_separator' => ',', 'grouping_separator' => '.', 'plus_sign' => '‎+', @@ -98,13 +104,15 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'percent_sign' => '‎%‎', ], 'ar-EH' => [ - 'currency_pattern' => '¤ #,##0.00', + 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤', + 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)', 'plus_sign' => '‎+', 'minus_sign' => '‎-', 'percent_sign' => '‎%‎', ], 'ar-LY' => [ - 'currency_pattern' => '¤ #,##0.00', + 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤', + 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)', 'decimal_separator' => ',', 'grouping_separator' => '.', 'plus_sign' => '‎+', @@ -112,7 +120,8 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'percent_sign' => '‎%‎', ], 'ar-MA' => [ - 'currency_pattern' => '¤ #,##0.00', + 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤', + 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)', 'decimal_separator' => ',', 'grouping_separator' => '.', 'plus_sign' => '‎+', @@ -120,7 +129,8 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'percent_sign' => '‎%‎', ], 'ar-TN' => [ - 'currency_pattern' => '¤ #,##0.00', + 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤', + 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)', 'decimal_separator' => ',', 'grouping_separator' => '.', 'plus_sign' => '‎+', @@ -132,7 +142,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_pattern' => '#,##,##0.###', 'percent_pattern' => '#,##,##0%', 'currency_pattern' => '¤ #,##,##0.00', - 'accounting_currency_pattern' => '¤ #,##,##0.00', ], 'ast' => [ 'currency_pattern' => '#,##0.00 ¤', @@ -160,17 +169,32 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'grouping_separator' => ' ', ], 'bg' => [ - 'currency_pattern' => '#0.00 ¤', - 'accounting_currency_pattern' => '#0.00 ¤;(#0.00 ¤)', + 'currency_pattern' => '#,##0.00 ¤', + 'accounting_currency_pattern' => '#,##0.00 ¤;(#,##0.00 ¤)', 'decimal_separator' => ',', 'grouping_separator' => ' ', ], + 'bgc' => [ + 'numbering_system' => 'deva', + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], + 'bho' => [ + 'numbering_system' => 'deva', + 'accounting_currency_pattern' => '¤#,##0.00', + ], 'bn' => [ 'numbering_system' => 'beng', 'decimal_pattern' => '#,##,##0.###', 'currency_pattern' => '#,##,##0.00¤', 'accounting_currency_pattern' => '#,##,##0.00¤;(#,##,##0.00¤)', ], + 'bn-IN' => [ + 'numbering_system' => 'beng', + 'decimal_pattern' => '#,##,##0.###', + 'currency_pattern' => '¤#,##,##0.00', + 'accounting_currency_pattern' => '¤#,##,##0.00;(¤#,##,##0.00)', + ], 'bo' => [ 'currency_pattern' => '¤ #,##0.00', 'accounting_currency_pattern' => '¤ #,##0.00', @@ -179,7 +203,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_pattern' => '#,##,##0.###', 'percent_pattern' => '#,##,##0%', 'currency_pattern' => '¤ #,##,##0.00', - 'accounting_currency_pattern' => '¤ #,##,##0.00', ], 'bs' => [ 'percent_pattern' => '#,##0 %', @@ -195,6 +218,7 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'grouping_separator' => '.', ], 'ca' => [ + 'percent_pattern' => '#,##0 %', 'currency_pattern' => '#,##0.00 ¤', 'accounting_currency_pattern' => '#,##0.00 ¤;(#,##0.00 ¤)', 'decimal_separator' => ',', @@ -212,6 +236,13 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => ' ', ], + 'cv' => [ + 'percent_pattern' => '#,##0 %', + 'currency_pattern' => '#,##0.00 ¤', + 'accounting_currency_pattern' => '#,##0.00 ¤', + 'decimal_separator' => ',', + 'grouping_separator' => ' ', + ], 'cy' => [], 'da' => [ 'percent_pattern' => '#,##0 %', @@ -315,6 +346,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'percent_pattern' => '#,##,##0%', 'currency_pattern' => '¤#,##,##0.00', ], + 'en-MV' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'en-NL' => [ 'currency_pattern' => '¤ #,##0.00;¤ -#,##0.00', 'accounting_currency_pattern' => '¤ #,##0.00;(¤ #,##0.00)', @@ -398,6 +433,9 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => '.', ], + 'es-MX' => [ + 'accounting_currency_pattern' => '¤#,##0.00', + ], 'es-PE' => [ 'percent_pattern' => '#,##0 %', 'currency_pattern' => '¤ #,##0.00', @@ -503,6 +541,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => '.', ], + 'frr' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'ga' => [], 'gd' => [], 'gl' => [ @@ -526,8 +568,8 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'accounting_currency_pattern' => '¤#,##,##0.00;(¤#,##,##0.00)', ], 'he' => [ - 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤', - 'accounting_currency_pattern' => '#,##0.00 ¤', + 'currency_pattern' => '‏#,##0.00 ‏¤;‏-#,##0.00 ‏¤', + 'accounting_currency_pattern' => '‏#,##0.00 ‏¤;‏-#,##0.00 ‏¤', 'plus_sign' => '‎+', 'minus_sign' => '‎-', ], @@ -537,6 +579,12 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'currency_pattern' => '¤#,##,##0.00', 'accounting_currency_pattern' => '¤#,##,##0.00', ], + 'hi-Latn' => [ + 'decimal_pattern' => '#,##,##0.###', + 'percent_pattern' => '#,##,##0%', + 'currency_pattern' => '¤#,##,##0.00', + 'accounting_currency_pattern' => '¤#,##,##0.00', + ], 'hr' => [ 'percent_pattern' => '#,##0 %', 'currency_pattern' => '#,##0.00 ¤', @@ -604,16 +652,16 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface ], 'ks' => [ 'numbering_system' => 'arabext', - 'decimal_pattern' => '#,##,##0.###', - 'percent_pattern' => '#,##,##0%', - 'currency_pattern' => '¤ #,##,##0.00', - 'accounting_currency_pattern' => '¤ #,##,##0.00', + 'accounting_currency_pattern' => '¤#,##0.00', 'decimal_separator' => '٫', 'grouping_separator' => '٬', 'plus_sign' => '‎+‎', 'minus_sign' => '‎-‎', 'percent_sign' => '٪', ], + 'ks-Deva' => [ + 'accounting_currency_pattern' => '¤#,##0.00', + ], 'ku' => [ 'percent_pattern' => '%#,##0', 'currency_pattern' => '#,##0.00 ¤', @@ -658,6 +706,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'currency_pattern' => '¤ #,##0.00', 'accounting_currency_pattern' => '¤ #,##0.00', ], + 'mdf' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'mg' => [ 'currency_pattern' => '¤ #,##0.00', 'accounting_currency_pattern' => '¤#,##0.00', @@ -732,10 +784,14 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'grouping_separator' => ' ', 'minus_sign' => '−', ], + 'oc' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'pa' => [ 'decimal_pattern' => '#,##,##0.###', 'percent_pattern' => '#,##,##0%', - 'currency_pattern' => '¤ #,##,##0.00', + 'currency_pattern' => '¤#,##,##0.00', 'accounting_currency_pattern' => '¤ #,##0.00', ], 'pa-Arab' => [ @@ -748,6 +804,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'minus_sign' => '‎-‎', 'percent_sign' => '٪', ], + 'pis' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'pl' => [ 'currency_pattern' => '#,##0.00 ¤', 'accounting_currency_pattern' => '#,##0.00 ¤;(#,##0.00 ¤)', @@ -756,7 +816,7 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface ], 'ps' => [ 'numbering_system' => 'arabext', - 'currency_pattern' => '#,##0.00 ¤', + 'currency_pattern' => '¤ #,##0.00', 'decimal_separator' => '٫', 'grouping_separator' => '٬', 'plus_sign' => '‎+‎', @@ -775,6 +835,11 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => ' ', ], + 'raj' => [ + 'numbering_system' => 'deva', + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'rn' => [ 'percent_pattern' => '#,##0 %', 'currency_pattern' => '#,##0.00¤', @@ -836,6 +901,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'grouping_separator' => '.', 'minus_sign' => '−', ], + 'sms' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'so' => [], 'sq' => [ 'currency_pattern' => '#,##0.00 ¤', @@ -876,7 +945,7 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'ta' => [ 'decimal_pattern' => '#,##,##0.###', 'percent_pattern' => '#,##,##0%', - 'currency_pattern' => '¤ #,##,##0.00', + 'currency_pattern' => '¤#,##,##0.00', ], 'ta-MY' => [ 'currency_pattern' => '¤ #,##0.00', @@ -906,6 +975,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'currency_pattern' => '¤ #,##0.00', 'accounting_currency_pattern' => '¤ #,##0.00', ], + 'tok' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'tr' => [ 'percent_pattern' => '%#,##0', 'decimal_separator' => ',', @@ -918,7 +991,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'grouping_separator' => ' ', ], 'ur' => [ - 'currency_pattern' => '¤ #,##0.00', 'plus_sign' => '‎+', 'minus_sign' => '‎-', ], @@ -932,7 +1004,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface ], 'uz' => [ 'currency_pattern' => '#,##0.00 ¤', - 'accounting_currency_pattern' => '#,##0.00 ¤', 'decimal_separator' => ',', 'grouping_separator' => ' ', ], -- cgit v1.2.3