From 5248c6c26a4e1e353792d53bbf25f5dd81380cf1 Mon Sep 17 00:00:00 2001 From: GamingLiamStudios <58615717+GamingLiamStudios@users.noreply.github.com> Date: Thu, 17 Mar 2022 03:00:35 +1100 Subject: [PATCH] Update en_OWO.json --- src/i18n/en_OWO.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/i18n/en_OWO.json b/src/i18n/en_OWO.json index e09c4913..665ae3da 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": "hour", + "other": "hours" + }, "term.time.minutes": "minyutes", - "term.time.minute": "minyute", + "term.time.minute": { + "one": "minute", + "other": "minutes" + }, "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",