mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
499948ec80
@ -162,6 +162,9 @@ class CountriesSeeder extends Seeder
|
|||||||
'thousand_separator' => ',',
|
'thousand_separator' => ',',
|
||||||
'decimal_separator' => '.',
|
'decimal_separator' => '.',
|
||||||
],
|
],
|
||||||
|
'SR' => [ // Suriname
|
||||||
|
'swap_currency_symbol' => true,
|
||||||
|
],
|
||||||
'UY' => [
|
'UY' => [
|
||||||
'swap_postal_code' => true,
|
'swap_postal_code' => true,
|
||||||
],
|
],
|
||||||
|
@ -85,6 +85,7 @@ class CurrenciesSeeder extends Seeder
|
|||||||
['name' => 'Georgian Lari', 'code' => 'GEL', 'symbol' => '', 'precision' => '2', 'thousand_separator' => ' ', 'decimal_separator' => ','],
|
['name' => 'Georgian Lari', 'code' => 'GEL', 'symbol' => '', 'precision' => '2', 'thousand_separator' => ' ', 'decimal_separator' => ','],
|
||||||
['name' => 'Qatari Riyal', 'code' => 'QAR', 'symbol' => 'QR', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
|
['name' => 'Qatari Riyal', 'code' => 'QAR', 'symbol' => 'QR', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
|
||||||
['name' => 'Honduran Lempira', 'code' => 'HNL', 'symbol' => 'L', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
|
['name' => 'Honduran Lempira', 'code' => 'HNL', 'symbol' => 'L', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
|
||||||
|
['name' => 'Surinamese Dollar', 'code' => 'SRD', 'symbol' => 'SRD', 'precision' => '2', 'thousand_separator' => '.', 'decimal_separator' => ','],
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($currencies as $currency) {
|
foreach ($currencies as $currency) {
|
||||||
|
@ -2410,6 +2410,7 @@ $LANG = array(
|
|||||||
'currency_georgian_lari' => 'Georgian Lari',
|
'currency_georgian_lari' => 'Georgian Lari',
|
||||||
'currency_qatari_riyal' => 'Qatari Riyal',
|
'currency_qatari_riyal' => 'Qatari Riyal',
|
||||||
'currency_honduran_lempira' => 'Honduran Lempira',
|
'currency_honduran_lempira' => 'Honduran Lempira',
|
||||||
|
'currency_surinamese_dollar' => 'Surinamese Dollar',
|
||||||
|
|
||||||
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!',
|
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!',
|
||||||
'writing_a_review' => 'writing a review',
|
'writing_a_review' => 'writing a review',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user