added ko-KR
This commit is contained in:
18
resources/lang/ko-KR/currencies.php
Normal file
18
resources/lang/ko-KR/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