From c7bce31a13c6939da412c1ea434f0f8054079a62 Mon Sep 17 00:00:00 2001 From: GamingLiamStudios <58615717+GamingLiamStudios@users.noreply.github.com> Date: Thu, 17 Mar 2022 13:45:04 +1100 Subject: [PATCH] Update en_OWO.json (#578) * Update en_OWO.json * Update en_OWO.json --- src/i18n/en_OWO.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/i18n/en_OWO.json b/src/i18n/en_OWO.json index e09c4913..1a599cd1 100644 --- a/src/i18n/en_OWO.json +++ b/src/i18n/en_OWO.json @@ -92,13 +92,25 @@ "term.time.released": "Weweased", "term.time.updated": "Updated", "term.time.days": "days", - "term.time.day": "day", + "term.time.day": { + "one": "day", + "other": "days" + }, "term.time.hours": "houws", - "term.time.hour": "houw", + "term.time.hour": { + "one": "houw", + "other": "houws" + }, "term.time.minutes": "minyutes", - "term.time.minute": "minyute", + "term.time.minute": { + "one": "minyute", + "other": "minyutes" + }, "term.time.seconds": "seconds", - "term.time.second": "second", + "term.time.second": { + "one": "second", + "other": "seconds" + }, "term.fullscreenView": "Fuwwscween View", "term.defaultView": "Defauwt View", "term.audioSettings": "Audio Settings", @@ -120,8 +132,8 @@ "term.reset": "Weset", "term.tracks": "twacks", "term.track": { - "one": "track", - "other": "tracks" + "one": "twack", + "other": "twacks" }, "term.videos": "Videos", "term.menu": "Menyu",