Update currencies.php

This commit is contained in:
Oliver Nybroe 2018-10-04 23:25:29 +02:00 committed by GitHub
parent 4db2a0c3bd
commit ec9456f530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@ return [
'code' => 'Kode',
'rate' => 'Sats',
'default' => 'Standardvaluta',
'decimal_mark' => 'Decimalseparator',
'thousands_separator' => 'Tusinder Separator',
'decimal_mark' => 'Decimaltegn',
'thousands_separator' => 'Tusindetalsseparator',
'precision' => 'Præcision',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'position' => 'Symbol position',
'before' => 'Før beløbet',
'after' => 'Efter beløb',
]