diff --git a/wowup-electron/src/assets/changelog.json b/wowup-electron/src/assets/changelog.json index f8838fa8..6d2e2daa 100644 --- a/wowup-electron/src/assets/changelog.json +++ b/wowup-electron/src/assets/changelog.json @@ -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", diff --git a/wowup-electron/src/assets/i18n/ko.json b/wowup-electron/src/assets/i18n/ko.json index b91e1fa0..e415ef6a 100644 --- a/wowup-electron/src/assets/i18n/ko.json +++ b/wowup-electron/src/assets/i18n/ko.json @@ -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" }, diff --git a/wowup-electron/src/assets/i18n/nb.json b/wowup-electron/src/assets/i18n/nb.json index d92bd601..870e396b 100644 --- a/wowup-electron/src/assets/i18n/nb.json +++ b/wowup-electron/src/assets/i18n/nb.json @@ -37,7 +37,7 @@ "DOWNLOAD_COUNT": { "BILLION": "{count} milliarder", "MILLION": "{count} millioner", - "THOUSAND": "{count] tusen" + "THOUSAND": "{count} tusen" } }, "DIALOGS": { diff --git a/wowup-electron/src/assets/i18n/zh.json b/wowup-electron/src/assets/i18n/zh.json index c067efee..24abeeb7 100644 --- a/wowup-electron/src/assets/i18n/zh.json +++ b/wowup-electron/src/assets/i18n/zh.json @@ -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" },