From ebe122f871dd9fbbf0a2f8b2f88a5aa0e1edac61 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 9 Feb 2024 00:35:42 -0800 Subject: feat(locale): localise hololive errors --- src/lib/Locale/english.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/Locale/english.ts') diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index bb70a6dd..24814f47 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -252,7 +252,9 @@ const English: Locale = { minute: 'numeric' // second: 'numeric' // timeZoneName: 'short' - }).format + }).format, + loadError: 'Could not load schedule.', + parseError: 'hololive timed out.' }, dateFormatter: new Intl.DateTimeFormat('en-US', { year: 'numeric', -- cgit v1.2.3