#1532 CKEditor의 언어를 현재 언어로 맞춤#1534
Merged
1 commit merged intoJul 6, 2015
Merged
Conversation
Closed
Contributor
|
이건 꼭 필요한 것 같아요. 다국어 지원 |
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.
XpressEditor와는 달리 CKEditor는 다국어를 지원함에도 XE의 다국어 설정과 연동되어 있지 않습니다.
XE의 다국어 상태에 맞추어 CKEditor의 언어도 바꿔 주는 PR입니다. 다만 XE의 언어코드중 일본어는 표준인
ja가 아닌jp로 되어 있기에 이것만 ja로 바꿔 줍니다.( #1458 와 같은 방식입니다)