added ka-GE
This commit is contained in:
18
resources/lang/ka-GE/currencies.php
Normal file
18
resources/lang/ka-GE/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'კოდი',
|
||||
'rate' => 'კურსი',
|
||||
'default' => 'ნაგულისხმევი ვალუტა',
|
||||
'decimal_mark' => 'ათეულის ნიშანი',
|
||||
'thousands_separator' => 'ათასობით გამყოფი',
|
||||
'precision' => 'სიზუსტე',
|
||||
'symbol' => [
|
||||
'symbol' => 'სიმბოლო',
|
||||
'position' => 'სიმბოლოს პოზიცია',
|
||||
'before' => 'თანხის წინ',
|
||||
'after' => 'თანხის შემდეგ',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user