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:
@@ -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>
|
||||
`
|
||||
);
|
||||
|
||||
|
||||
@@ -50,4 +50,10 @@ export const LANGUAGES = {
|
||||
code: "ru",
|
||||
region: "",
|
||||
},
|
||||
"kor": {
|
||||
name: " 한국어",
|
||||
data: require("./built-temp/base-kor.json"),
|
||||
code: "kor",
|
||||
region: "",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user