Create L10N_ko_KR.properties
diff --git a/src/main/resources/archetype-resources/src/main/java/L10N_ko_KR.properties b/src/main/resources/archetype-resources/src/main/java/L10N_ko_KR.properties
new file mode 100644
index 0000000..240b22d
--- /dev/null
+++ b/src/main/resources/archetype-resources/src/main/java/L10N_ko_KR.properties
@@ -0,0 +1,24 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+l10nkey=한글 지원
+username_required_msg=P사용자 이름으로 email 주소를 입력하세요.
+username_min_length_msg=사용자 이름은 최소 {0} 글자 이상이어야 합니다.
+username_mask_msg=사용자 이름으로 동작되는 email 주소를 입력하세요.
+password_msg=비밀번호를 입력하세요.
+no_permission=로그인이 필요한 화면입니다.
\ No newline at end of file