Skip to content

Commit

Permalink
Add norwegian translations
Browse files Browse the repository at this point in the history
  • Loading branch information
tobspr committed Jun 14, 2020
1 parent c06dc1d commit d50e8d8
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 4 deletions.
Binary file modified artwork/steam/announcement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions artwork/steam/announcement.psd
Git LFS file not shown
41 changes: 41 additions & 0 deletions res/ui/languages/no.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/css/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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}"] {
Expand Down
5 changes: 4 additions & 1 deletion src/js/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions src/js/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,10 @@ export const LANGUAGES = {
code: "nl",
region: "",
},
"no": {
name: "norsk",
data: require("./built-temp/base-no.json"),
code: "no",
region: "",
},
};

0 comments on commit d50e8d8

Please sign in to comment.