Sort translation entries consistently

This commit is contained in:
veeck
2021-01-13 16:31:36 +01:00
committed by rejas
parent 108fe2082d
commit a99de1ad13
35 changed files with 91 additions and 117 deletions

View File

@@ -6,7 +6,6 @@
"DAYAFTERTOMORROW": "In 2 days",
"RUNNING": "Ends in",
"EMPTY": "No upcoming events.",
"WEEK": "Week {weekNumber}",
"N": "N",
@@ -26,14 +25,14 @@
"NW": "NW",
"NNW": "NNW",
"FEELS": "Feels like {DEGREE}",
"PRECIP": "PoP",
"MODULE_CONFIG_CHANGED": "The configuration options for the {MODULE_NAME} module have changed.\nPlease check the documentation.",
"MODULE_CONFIG_ERROR": "Error in the {MODULE_NAME} module. {ERROR}",
"UPDATE_NOTIFICATION": "MagicMirror² update available.",
"UPDATE_NOTIFICATION_MODULE": "Update available for {MODULE_NAME} module.",
"UPDATE_INFO_SINGLE": "The current installation is {COMMIT_COUNT} commit behind on the {BRANCH_NAME} branch.",
"UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch.",
"FEELS": "Feels like {DEGREE}",
"PRECIP": "PoP"
"UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch."
}