fix: JSON syntax errors and add missing translations

- Fix missing comma in en-US.json
- Add noIpa translation to all locale files
This commit is contained in:
2026-03-18 10:16:46 +08:00
parent 59d22ccf4c
commit 130ab226ff
8 changed files with 53 additions and 52 deletions

View File

@@ -304,11 +304,12 @@
"showAnswer": "정답 보기",
"nextCard": "다음",
"again": "다시",
"modeOrderLimited": "순서",
"modeOrderInfinite": "반복",
"modeRandomLimited": "무작위",
"modeRandomInfinite": "무작위 반복",
"restart": "다시 시작"
"restart": "다시 시작",
"orderLimited": "순서 제한",
"orderInfinite": "순서 무제한",
"randomLimited": "무작위 제한",
"randomInfinite": "무작위 무제한",
"noIpa": "No IPA available"
},
"page": {
"unauthorized": "권한이 없습니다"
@@ -618,4 +619,4 @@
"noFollowers": "아직 팔로워가 없습니다",
"noFollowing": "아직 팔로우하는 사람이 없습니다"
}
}
}