mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #908 from retroflex/swe-translation-corrections
Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
This commit is contained in:
commit
6e6cd90f6d
@ -33,6 +33,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Fix instruction in README for using automatically installer script.
|
- Fix instruction in README for using automatically installer script.
|
||||||
- Bug of duplicated compliments as described in [here](https://forum.magicmirror.builders/topic/2381/compliments-module-stops-cycling-compliments).
|
- Bug of duplicated compliments as described in [here](https://forum.magicmirror.builders/topic/2381/compliments-module-stops-cycling-compliments).
|
||||||
- Fix double message about port when server is starting
|
- Fix double message about port when server is starting
|
||||||
|
- Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
|
||||||
|
|
||||||
## [2.1.1] - 2017-04-01
|
## [2.1.1] - 2017-04-01
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"LOADING": "Laddar …",
|
"LOADING": "Laddar …",
|
||||||
|
|
||||||
"TODAY": "Idag",
|
"TODAY": "I dag",
|
||||||
"TOMORROW": "Imorgon",
|
"TOMORROW": "I morgon",
|
||||||
"DAYAFTERTOMORROW": "Iövermorgon",
|
"DAYAFTERTOMORROW": "I övermorgon",
|
||||||
"RUNNING": "Slutar",
|
"RUNNING": "Slutar",
|
||||||
"EMPTY": "Inga kommande händelser.",
|
"EMPTY": "Inga kommande händelser.",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user