mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 23:37:11 -04:00
fix random locale bugs
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"DOWNLOAD_COUNT": {
|
||||
"BILLION": "{count} milliarder",
|
||||
"MILLION": "{count} millioner",
|
||||
"THOUSAND": "{count] tusen"
|
||||
"THOUSAND": "{count} tusen"
|
||||
}
|
||||
},
|
||||
"DIALOGS": {
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user