1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add korean translation

This commit is contained in:
tobspr
2020-06-12 10:38:16 +02:00
parent 0b7196501f
commit 2c4d8e40fd
7 changed files with 158 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ $icons: notification_saved, notification_success, notification_upgrade;
}
$languages: en, de, cs, da, et, es-419, fr, it, pt-BR, sv, tr, el, ru, uk, zh-TW, nb, mt-MT, ar, nl, vi, th,
hu, pl, ja;
hu, pl, ja, kor;
@each $language in $languages {
[data-languageicon="#{$language}"] {

View File

@@ -39,7 +39,7 @@ export class HUDInteractiveTutorial extends BaseHUDPart {
"ingame_HUD_InteractiveTutorial",
["animEven"],
`
<strong class="title">Tutorial</strong>
<strong class="title">${T.ingame.interactiveTutorial.title}</strong>
`
);

View File

@@ -50,4 +50,10 @@ export const LANGUAGES = {
code: "ru",
region: "",
},
"kor": {
name: " 한국어",
data: require("./built-temp/base-kor.json"),
code: "kor",
region: "",
},
};