refactor(l10n): 골드를 코인으로 명칭 변경

- gold → coin으로 용어 통일
- 사망 오버레이 레이블 수정
This commit is contained in:
JiWoong Sul
2025-12-26 17:51:51 +09:00
parent b48cbb844e
commit 828debfb08
8 changed files with 19 additions and 19 deletions

View File

@@ -176,11 +176,11 @@ class L10nJa extends L10n {
String get equipSollerets => 'Sollerets';
@override
String get gold => 'Gold';
String get gold => 'コイン';
@override
String goldAmount(int amount) {
return 'Gold: $amount';
return 'コイン: $amount';
}
@override