diff --git a/src/locales/ko/pokeball.ts b/src/locales/ko/pokeball.ts new file mode 100644 index 00000000000..fc1d5ac6d00 --- /dev/null +++ b/src/locales/ko/pokeball.ts @@ -0,0 +1,10 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const pokeball: SimpleTranslationEntries = { + "pokeBall": "몬스터볼", + "greatBall": "수퍼볼", + "ultraBall": "하이퍼볼", + "rogueBall": "로그볼", + "masterBall": "마스터볼", + "luxuryBall": "럭셔리볼", +} as const; \ No newline at end of file