From 3eb80e69f11643f1183e60989a39a7fc76a5bc0c Mon Sep 17 00:00:00 2001 From: Jacques Yakoub Date: Mon, 25 Mar 2024 11:14:48 +0100 Subject: [PATCH 1/3] Delete src/locales/en/DaysOfWeek.json --- src/locales/en/DaysOfWeek.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/locales/en/DaysOfWeek.json diff --git a/src/locales/en/DaysOfWeek.json b/src/locales/en/DaysOfWeek.json deleted file mode 100644 index 1a37156c..00000000 --- a/src/locales/en/DaysOfWeek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "mon": "Monday", - "tue": "Tuesday", - "wed": "Wednesday", - "thu": "Thursday", - "fri": "Friday", - "sat": "Saturday", - "sun": "Sunday" -} From ff02dba9f8265d6deb65e0299ff47a5b1ea179c5 Mon Sep 17 00:00:00 2001 From: Jacques Yakoub Date: Mon, 25 Mar 2024 11:15:35 +0100 Subject: [PATCH 2/3] Delete src/locales/en/EventTiming.json --- src/locales/en/EventTiming.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/locales/en/EventTiming.json diff --git a/src/locales/en/EventTiming.json b/src/locales/en/EventTiming.json deleted file mode 100644 index 584526d5..00000000 --- a/src/locales/en/EventTiming.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "MORN": "during the morning", - "MORN.early": "during the early morning", - "MORN.late": "during the late morning", - "NOON": "around 12:00 PM", - "AFT": "during the afternoon", - "AFT.early": "during the early afternoon", - "AFT.late": "during the late afternoon", - "EVE": "during the evening", - "EVE.early": "during the early evening", - "EVE.late": "during the late evening", - "NIGHT": "during the night", - "PHS": "after sleep", - "IMD": "a single time", - "HS": "before sleep", - "WAKE": "upon waking", - "C": "at a meal", - "CM": "at breakfast", - "CD": "at lunch", - "CV": "at dinner", - "AC": "before meal", - "ACM": "before breakfast", - "ACD": "before lunch", - "ACV": "before dinner", - "PC": "after meal", - "PCM": "after breakfast", - "PCD": "after lunch", - "PCV": "after dinner" -} From caded9d5a15dc584ae948132e74547bff78628b9 Mon Sep 17 00:00:00 2001 From: Jacques Yakoub Date: Mon, 25 Mar 2024 11:15:49 +0100 Subject: [PATCH 3/3] Delete src/locales/en/UnitsOfTime.json --- src/locales/en/UnitsOfTime.json | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/locales/en/UnitsOfTime.json diff --git a/src/locales/en/UnitsOfTime.json b/src/locales/en/UnitsOfTime.json deleted file mode 100644 index 0dbb4494..00000000 --- a/src/locales/en/UnitsOfTime.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "withCount": { - "s_one": "{{count}} second", - "s_other": "{{count}} seconds", - "min_one": "{{count}} minute", - "min_other": "{{count}} minutes", - "h_one": "{{count}} hour", - "h_other": "{{count}} hours", - "d_one": "{{count}} day", - "d_other": "{{count}} days", - "wk_one": "{{count}} week", - "wk_other": "{{count}} weeks", - "mo_one": "{{count}} month", - "mo_other": "{{count}} months", - "a_one": "{{count}} year", - "a_other": "{{count}} years" - }, - "withoutCount": { - "s_one": "second", - "s_other": "seconds", - "min_one": "minute", - "min_other": "minutes", - "h_one": "hour", - "h_other": "hours", - "d_one": "day", - "d_other": "days", - "wk_one": "week", - "wk_other": "weeks", - "mo_one": "month", - "mo_other": "months", - "a_one": "year", - "a_other": "years" - } -}