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

Add norwegian translations

This commit is contained in:
tobspr
2020-06-14 15:00:01 +02:00
parent c06dc1d2a0
commit d50e8d8d13
6 changed files with 54 additions and 4 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, kor;
hu, pl, ja, kor, no;
@each $language in $languages {
[data-languageicon="#{$language}"] {

View File

@@ -2,7 +2,10 @@ export const CHANGELOG = [
{
version: "1.1.12",
date: "unreleased",
entries: ["Huge performance improvements! The game should now run up to 60% faster!"],
entries: [
"Huge performance improvements! The game should now run up to 60% faster!",
"Added norwegian translation",
],
},
{
version: "1.1.11",

View File

@@ -62,4 +62,10 @@ export const LANGUAGES = {
code: "nl",
region: "",
},
"no": {
name: "norsk",
data: require("./built-temp/base-no.json"),
code: "no",
region: "",
},
};