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:
@@ -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}"] {
|
||||
|
||||
@@ -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