Skip to content

Commit 54857e8

Browse files
authored
Merge pull request MagicMirrorOrg#704 from APPLEH0LIC/develop
Added Korean Translation
2 parents ccbc5c9 + 64b34e9 commit 54857e8

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4646
- Run e2e test in Travis
4747
- Estonian Translation.
4848
- Add test for compliments module for parts of day
49+
- Korean Translation.
4950

5051

5152
### Fixed

Diff for: translations/kr.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"LOADING": "로드 중 …",
3+
4+
"TODAY": "오늘",
5+
"TOMORROW": "내일",
6+
"DAYAFTERTOMORROW": "모레",
7+
"RUNNING": "종료 일",
8+
"EMPTY": "예정된 이벤트가 없습니다.",
9+
10+
"N": "북풍",
11+
"NNE": "북북동풍",
12+
"NE": "북동풍",
13+
"ENE": "동북동풍",
14+
"E": "동풍",
15+
"ESE": "동남동풍",
16+
"SE": "남동풍",
17+
"SSE": "남남동풍",
18+
"S": "남풍",
19+
"SSW": "남남서풍",
20+
"SW": "남서풍",
21+
"WSW": "서남서풍",
22+
"W": "서풍",
23+
"WNW": "서북서풍",
24+
"NW": "북서풍",
25+
"NNW": "북북서풍",
26+
27+
"UPDATE_NOTIFICATION": "새로운 MagicMirror² 업데이트가 있습니다.",
28+
"UPDATE_NOTIFICATION_MODULE": "MODULE_NAME 모듈에서 사용 가능한 업데이트 입니다.",
29+
"UPDATE_INFO": "설치할 COMMIT_COUNT 는 BRANCH_NAME 분기에 해당됩니다."
30+
}

Diff for: translations/translations.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var translations = {
3131
"hu" : "translations/hu.json", // Hungarian
3232
"is" : "translations/is.json", // Icelandic
3333
"et" : "translations/et.json", // Estonian
34+
"kr" : "translations/kr.json", // Korean
3435
};
3536

3637
if (typeof module !== "undefined") {module.exports = translations;}

0 commit comments

Comments
 (0)