refactor(l10n): 골드를 코인으로 명칭 변경
- gold → coin으로 용어 통일 - 사망 오버레이 레이블 수정
This commit is contained in:
@@ -171,12 +171,12 @@
|
||||
"equipSollerets": "Sollerets",
|
||||
"@equipSollerets": { "description": "Sollerets equipment slot" },
|
||||
|
||||
"gold": "Gold",
|
||||
"@gold": { "description": "Gold label" },
|
||||
"gold": "Coin",
|
||||
"@gold": { "description": "Coin label" },
|
||||
|
||||
"goldAmount": "Gold: {amount}",
|
||||
"goldAmount": "Coin: {amount}",
|
||||
"@goldAmount": {
|
||||
"description": "Gold with amount",
|
||||
"description": "Coin with amount",
|
||||
"placeholders": {
|
||||
"amount": { "type": "int" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user