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

@@ -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: "",
},
};