From 220184c2c06aff670ca56ee927966cea50ab378c Mon Sep 17 00:00:00 2001 From: Zhang Zixin Date: Tue, 3 Dec 2024 09:15:56 +0800 Subject: [PATCH] fix: localized file ko-KR.ts --- src/locale/ko-KR.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/ko-KR.ts b/src/locale/ko-KR.ts index a9b90ab..8b3723d 100644 --- a/src/locale/ko-KR.ts +++ b/src/locale/ko-KR.ts @@ -23,7 +23,7 @@ export default { CMD_LABEL_ZODIAC: '열두 띠', CMD_LABEL_ANIMAL_RAT: '쥐', CMD_LABEL_ANIMAL_OX: '소', - CMD_LABEL_ANIMAL_TIGER: '범', + CMD_LABEL_ANIMAL_TIGER: '호랑이', CMD_LABEL_ANIMAL_RABBIT: '토끼', CMD_LABEL_ANIMAL_DRAGON: '용', CMD_LABEL_ANIMAL_SNAKE: '뱀',