fix random locale bugs

This commit is contained in:
jliddev
2020-10-27 14:51:19 -05:00
parent 8288653117
commit 2a76c45a6a
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"ChangeLogs": [
{
"Version": "2.0.0-alpha.16",
"Description": ""
"Description": "Add the ability to have WowUp start on system start (Noxis)\nAdd locale support to the update/install button (Linaori)\nAdd support for locale date/times (chops)\nUpdate RU locales (Medok)\nUpdate German locales (Glow)\nFix an issue with horizontal scrolling on the install by URL dialog (chops)\nLinux support fixes\nPerformance fixes for the details dialog"
},
{
"Version": "2.0.0-alpha.15",

View File

@@ -29,8 +29,8 @@
},
"DATES": {
"DATETIME_SHORT": "{d, date, short} {d, time, short}",
"DAYS_AGO": "{count} {count, plural, one{day} other{days}} ago",
"HOURS_AGO": "{count} {count, plural, one{hour} other{hours}} ago",
"DAYS_AGO": "{count} {count, plural, other{days}} ago",
"HOURS_AGO": "{count} {count, plural, other{hours}} ago",
"JUST_NOW": "Just now",
"YESTERDAY": "Yesterday"
},

View File

@@ -37,7 +37,7 @@
"DOWNLOAD_COUNT": {
"BILLION": "{count} milliarder",
"MILLION": "{count} millioner",
"THOUSAND": "{count] tusen"
"THOUSAND": "{count} tusen"
}
},
"DIALOGS": {

View File

@@ -29,8 +29,8 @@
},
"DATES": {
"DATETIME_SHORT": "{d, date, short} {d, time, short}",
"DAYS_AGO": "{count} {count, plural, one{day} other{days}} ago",
"HOURS_AGO": "{count} {count, plural, one{hour} other{hours}} ago",
"DAYS_AGO": "DAYS_AGO",
"HOURS_AGO": "HOURS_AGO",
"JUST_NOW": "Just now",
"YESTERDAY": "Yesterday"
},