direction

This commit is contained in:
vedatakd 2020-01-17 15:16:23 +03:00
parent 82def73944
commit f17af048a9

View File

@ -49,7 +49,7 @@ return [
], ],
'TRY' => [ 'TRY' => [
'name' => 'Türk Lirası', 'name' => 'Türk Lirası',
'direction' => 'ltr', 'direction' => 'rtl',
'symbol' => 'TL', 'symbol' => 'TL',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
@ -105,7 +105,7 @@ return [
], ],
'AUD' => [ 'AUD' => [
'name' => 'Australian Dollar', 'name' => 'Australian Dollar',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -137,7 +137,7 @@ return [
], ],
'BBD' => [ 'BBD' => [
'name' => 'Barbados Dollar', 'name' => 'Barbados Dollar',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -177,7 +177,7 @@ return [
], ],
'BMD' => [ 'BMD' => [
'name' => 'Bermudian Dollar', 'name' => 'Bermudian Dollar',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -185,7 +185,7 @@ return [
], ],
'BND' => [ 'BND' => [
'name' => 'Brunei Dollar', 'name' => 'Brunei Dollar',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -209,7 +209,7 @@ return [
], ],
'BSD' => [ 'BSD' => [
'name' => 'Bahamian Dollar', 'name' => 'Bahamian Dollar',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -241,7 +241,7 @@ return [
], ],
'BZD' => [ 'BZD' => [
'name' => 'Belize Dollar', 'name' => 'Belize Dollar',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -249,7 +249,7 @@ return [
], ],
'CAD' => [ 'CAD' => [
'name' => 'Canadian Dollar', 'name' => 'Canadian Dollar',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -273,7 +273,7 @@ return [
], ],
'CLP' => [ 'CLP' => [
'name' => 'Chilean Peso', 'name' => 'Chilean Peso',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -289,7 +289,7 @@ return [
], ],
'COP' => [ 'COP' => [
'name' => 'Colombian Peso', 'name' => 'Colombian Peso',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -305,7 +305,7 @@ return [
], ],
'CUP' => [ 'CUP' => [
'name' => 'Cuban Peso', 'name' => 'Cuban Peso',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -313,7 +313,7 @@ return [
], ],
'CVE' => [ 'CVE' => [
'name' => 'Cape Verde Escudo', 'name' => 'Cape Verde Escudo',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -345,7 +345,7 @@ return [
], ],
'DOP' => [ 'DOP' => [
'name' => 'Dominican Peso', 'name' => 'Dominican Peso',
'direction' => 'rtr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
@ -361,11 +361,11 @@ return [
], ],
'EGP' => [ 'EGP' => [
'name' => 'Egyptian Pound', 'name' => 'Egyptian Pound',
'direction' => 'ltr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
'symbol' => '£', 'symbol' => 'EGP',
], ],
'ERN' => [ 'ERN' => [
'name' => 'Nakfa', 'name' => 'Nakfa',
@ -401,11 +401,11 @@ return [
], ],
'FKP' => [ 'FKP' => [
'name' => 'Falkland Islands Pound', 'name' => 'Falkland Islands Pound',
'direction' => 'ltr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
'symbol' => '£', 'symbol' => 'FKP',
], ],
'GBP' => [ 'GBP' => [
'name' => 'Pound Sterling', 'name' => 'Pound Sterling',
@ -433,11 +433,11 @@ return [
], ],
'GIP' => [ 'GIP' => [
'name' => 'Gibraltar Pound', 'name' => 'Gibraltar Pound',
'direction' => 'ltr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
'symbol' => '£', 'symbol' => 'GIP',
], ],
'GMD' => [ 'GMD' => [
'name' => 'Dalasi', 'name' => 'Dalasi',
@ -985,11 +985,11 @@ return [
], ],
'SDG' => [ 'SDG' => [
'name' => 'Sudanese Pound', 'name' => 'Sudanese Pound',
'direction' => 'ltr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
'symbol' => '£', 'symbol' => 'SDG',
], ],
'SEK' => [ 'SEK' => [
'name' => 'Swedish Krona', 'name' => 'Swedish Krona',
@ -1009,11 +1009,11 @@ return [
], ],
'SHP' => [ 'SHP' => [
'name' => 'Saint Helena Pound', 'name' => 'Saint Helena Pound',
'direction' => 'ltr', 'direction' => 'rtl',
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
'symbol' => '£', 'symbol' => 'SHP',
], ],
'SLL' => [ 'SLL' => [
'name' => 'Leone', 'name' => 'Leone',