Skip to content

Commit

Permalink
feat: Add a Korean message file to support at least one non-European …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Anthony-Park authored and dsyer committed Sep 12, 2023
1 parent 4926e29 commit 18266fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/messages/messages_ko.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
welcome=환영합니다
required=입력이 필요합니다
notFound=찾을 수 없습니다
duplicate=이미 존재합니다
nonNumeric=모두 숫자로 입력해야 합니다
duplicateFormSubmission=중복 제출은 허용되지 않습니다
typeMismatch.date=잘못된 날짜입니다
typeMismatch.birthDate=잘못된 날짜입니다

0 comments on commit 18266fe

Please sign in to comment.