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:
@@ -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