From 18266fec8b33664444efbc45ad5d641b3210a58c Mon Sep 17 00:00:00 2001 From: anthony-park Date: Sun, 27 Aug 2023 14:59:57 +0900 Subject: [PATCH] feat: Add a Korean message file to support at least one non-European language This commit introduces a new Korean message file to the project. With this addition, the project now supports messages in languages other than European languages. Resolves: #1299 --- src/main/resources/messages/messages_ko.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/messages/messages_ko.properties diff --git a/src/main/resources/messages/messages_ko.properties b/src/main/resources/messages/messages_ko.properties new file mode 100644 index 000000000..6cd27bfff --- /dev/null +++ b/src/main/resources/messages/messages_ko.properties @@ -0,0 +1,8 @@ +welcome=환영합니다 +required=입력이 필요합니다 +notFound=찾을 수 없습니다 +duplicate=이미 존재합니다 +nonNumeric=모두 숫자로 입력해야 합니다 +duplicateFormSubmission=중복 제출은 허용되지 않습니다 +typeMismatch.date=잘못된 날짜입니다 +typeMismatch.birthDate=잘못된 날짜입니다