aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/english.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-09 00:35:42 -0800
committerFuwn <[email protected]>2024-02-09 00:35:42 -0800
commitebe122f871dd9fbbf0a2f8b2f88a5aa0e1edac61 (patch)
tree562fb2c2e412d20c4e1bcaf13fa76c811ad1811b /src/lib/Locale/english.ts
parentfeat(hololive): change parse error message (diff)
downloaddue.moe-ebe122f871dd9fbbf0a2f8b2f88a5aa0e1edac61.tar.xz
due.moe-ebe122f871dd9fbbf0a2f8b2f88a5aa0e1edac61.zip
feat(locale): localise hololive errors
Diffstat (limited to 'src/lib/Locale/english.ts')
-rw-r--r--src/lib/Locale/english.ts4
1 files changed, 3 insertions, 1 deletions
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',