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:
@@ -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}"] {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -62,4 +62,10 @@ export const LANGUAGES = {
|
||||
code: "nl",
|
||||
region: "",
|
||||
},
|
||||
"no": {
|
||||
name: "norsk",
|
||||
data: require("./built-temp/base-no.json"),
|
||||
code: "no",
|
||||
region: "",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user