From 4d48b29daef0ea7e6e2e8387df344e29be5b1006 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Tue, 5 May 2015 22:30:48 +0900 Subject: [PATCH] Fix language-code typo(?) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry 에 따르면, 일본어는 ja로 적어야 합니다. 일본에서 사용하는 일본어를 의미한다면, ja-JP로 적어야 합니다. 어떻게 해도 jp는 표준이 아니기에, 이 커밋을 제안합니다. --- common/tpl/common_layout.html | 2 +- common/tpl/mobile_layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index b9dcf596e..e247e707a 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -6,7 +6,7 @@ $js_files=Context::getJsFile(); } - + diff --git a/common/tpl/mobile_layout.html b/common/tpl/mobile_layout.html index 31e20eca5..a362becb1 100644 --- a/common/tpl/mobile_layout.html +++ b/common/tpl/mobile_layout.html @@ -5,7 +5,7 @@ $js_files=Context::getJsFile(); } - +