refactor(l10n): 골드를 코인으로 명칭 변경
- gold → coin으로 용어 통일 - 사망 오버레이 레이블 수정
This commit is contained in:
@@ -176,11 +176,11 @@ class L10nKo extends L10n {
|
||||
String get equipSollerets => '철제 신발';
|
||||
|
||||
@override
|
||||
String get gold => '골드';
|
||||
String get gold => '코인';
|
||||
|
||||
@override
|
||||
String goldAmount(int amount) {
|
||||
return '골드: $amount';
|
||||
return '코인: $amount';
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user