일본어 언어코드를 HTML 상에서 표준에 맞추는 PR 입니다.#1458
Merged
2 commits merged intoJul 6, 2015
Merged
Conversation
http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry 에 따르면, 일본어는 ja로 적어야 합니다. 일본에서 사용하는 일본어를 의미한다면, ja-JP로 적어야 합니다. 어떻게 해도 jp는 표준이 아니기에, 이 커밋을 제안합니다.
Contributor
|
👍 |
Contributor
Author
|
@bnu 심각한 내용이 아닌데.. 반영 되면 좋겠어요! |
ghost
pushed a commit
that referenced
this pull request
Jul 6, 2015
일본어 언어코드를 HTML 상에서 표준에 맞추는 PR 입니다.
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RFC5646 에서 정의된 대로 IANA는 국제 언어코드들을 정리해두었습니다.
이에 따르면, 일본어(Japanese)는 HTML5 상에서 ja로 적혀야 합니다. 일본에서 쓰는 일본어를 의미한다면, ja-JP 가 되어야 합니다. 현재 XE는 jp로 표기하고 있습니다. 내부 표기를 변경하는 것은 사실상 무의미하므로(호환성 등을 고려하면) HTML 상에 표기되는 부분에 대해 PR를 씁니다.
심각하지 않은 PR 이기 때문에 반영 되었으면 좋겠습니다.
감사합니다.