Skip to content

Commit

Permalink
Merge pull request #37 from timpeer/patch-1
Browse files Browse the repository at this point in the history
Create fi.json
  • Loading branch information
fewieden authored Oct 2, 2023
2 parents 9ae83f3 + 4c4c1e1 commit 8382209
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [2.3.1]

Thanks to @parnic @dannoh for their contributions.
Thanks to @parnic @dannoh @timpeer for their contributions.

### Added

* Finnish translations

### Fixed

Expand Down
3 changes: 2 additions & 1 deletion MMM-NHL.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ Module.register('MMM-NHL', {
return {
en: 'translations/en.json',
de: 'translations/de.json',
fr: 'translations/fr.json'
fr: 'translations/fr.json',
fi: 'translations/fi.json'
};
},

Expand Down
16 changes: 16 additions & 0 deletions translations/fi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"HOME": "Koti",
"AWAY": "Vieras",
"PRE_GAME": "Lämmittely",
"1st": "1. Erä",
"2nd": "2. Erä",
"3rd": "3. Erä",
"OVER_TIME": "JA",
"SHOOTOUT": "VL",
"FINAL": "Päättynyt",
"FINAL_OT": "Päättynyt (JA)",
"FINAL_SO": "Päättynyt (VL)",
"TIME_LEFT": "{TIME} jäljellä",
"POSTPONED": "Siirretty",
"SERIES": "Sarja"
}

0 comments on commit 8382209

Please sign in to comment.