Skip to content

Commit c3b3ab6

Browse files
committed
Added Korean localization
1 parent 1a1ec46 commit c3b3ab6

File tree

663 files changed

+1160
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

663 files changed

+1160
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

languages.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ var instructionsFr = require('./languages/translations/fr.json');
1111
var instructionsHe = require('./languages/translations/he.json');
1212
var instructionsId = require('./languages/translations/id.json');
1313
var instructionsIt = require('./languages/translations/it.json');
14+
var instructionsKo = require('./languages/translations/ko.json');
1415
var instructionsNl = require('./languages/translations/nl.json');
1516
var instructionsPl = require('./languages/translations/pl.json');
1617
var instructionsPtBr = require('./languages/translations/pt-BR.json');
@@ -57,6 +58,7 @@ var instructions = {
5758
'he': instructionsHe,
5859
'id': instructionsId,
5960
'it': instructionsIt,
61+
'ko': instructionsKo,
6062
'nl': instructionsNl,
6163
'pl': instructionsPl,
6264
'pt-BR': instructionsPtBr,

languages/overrides/ko.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = function(content) {
2+
content.meta.capitalizeFirstLetter = false;
3+
4+
return content;
5+
};

languages/translations/ko.json

Lines changed: 493 additions & 0 deletions
Large diffs are not rendered by default.

test/fixtures/v5/arrive/left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"he": "הגעת אל היעד ה שלך משמאלך",
1919
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
2020
"it": "Sei arrivato alla tua destinazione, sulla sinistra",
21+
"ko": "좌측에 목적지가 있습니다.",
2122
"nl": "Je bent gearriveerd. De bestemming bevindt zich links.",
2223
"pl": "Dojechano do miejsca docelowego , po lewej stronie",
2324
"pt-BR": "Você chegou ao seu destino, à esquerda",

test/fixtures/v5/arrive/no_modifier.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"he": "הגעת אל היעד ה שלך",
1818
"id": "Anda telah tiba di tujuan ke-",
1919
"it": "Sei arrivato alla tua destinazione",
20+
"ko": " 목적지에 도착하였습니다.",
2021
"nl": "Je bent gearriveerd op de bestemming.",
2122
"pl": "Dojechano do miejsca docelowego ",
2223
"pt-BR": "Você chegou ao seu destino",

test/fixtures/v5/arrive/right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"he": "הגעת אל היעד ה שלך מימינך",
1919
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
2020
"it": "Sei arrivato alla tua destinazione, sulla destra",
21+
"ko": "우측에 목적지가 있습니다.",
2122
"nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.",
2223
"pl": "Dojechano do miejsca docelowego , po prawej stronie",
2324
"pt-BR": "Você chegou ao seu destino, à direita",

test/fixtures/v5/arrive/sharp_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"he": "הגעת אל היעד ה שלך משמאלך",
1919
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
2020
"it": "Sei arrivato alla tua destinazione, sulla sinistra",
21+
"ko": "좌측에 목적지가 있습니다.",
2122
"nl": "Je bent gearriveerd. De bestemming bevindt zich links.",
2223
"pl": "Dojechano do miejsca docelowego , po lewej stronie",
2324
"pt-BR": "Você chegou ao seu destino, à esquerda",

test/fixtures/v5/arrive/sharp_right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"he": "הגעת אל היעד ה שלך מימינך",
1919
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
2020
"it": "Sei arrivato alla tua destinazione, sulla destra",
21+
"ko": "우측에 목적지가 있습니다.",
2122
"nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.",
2223
"pl": "Dojechano do miejsca docelowego , po prawej stronie",
2324
"pt-BR": "Você chegou ao seu destino, à direita",

test/fixtures/v5/arrive/slight_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"he": "הגעת אל היעד ה שלך משמאלך",
1919
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
2020
"it": "Sei arrivato alla tua destinazione, sulla sinistra",
21+
"ko": "좌측에 목적지가 있습니다.",
2122
"nl": "Je bent gearriveerd. De bestemming bevindt zich links.",
2223
"pl": "Dojechano do miejsca docelowego , po lewej stronie",
2324
"pt-BR": "Você chegou ao seu destino, à esquerda",

0 commit comments

Comments
 (0)