icelandic translation
This commit is contained in:
18
resources/lang/is-IS/currencies.php
Normal file
18
resources/lang/is-IS/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kóði',
|
||||
'rate' => 'Gengi',
|
||||
'default' => 'Sjálfgefin mynt',
|
||||
'decimal_mark' => 'Kommu merki',
|
||||
'thousands_separator' => 'Þúsund merki',
|
||||
'precision' => 'Nákvæmni',
|
||||
'symbol' => [
|
||||
'symbol' => 'Tákn',
|
||||
'position' => 'Staðsetning tákns',
|
||||
'before' => 'Undan tölu',
|
||||
'after' => 'Eftir tölu',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user