aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/english.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-07 08:05:03 -0800
committerFuwn <[email protected]>2024-02-07 08:05:03 -0800
commit2f24d972aff6d991be67612cc97305250f83c131 (patch)
treeffd325889cda810af7569c0f78001c2df388357f /src/lib/Locale/english.ts
parentfeat(api): health check endpoint (diff)
downloaddue.moe-2f24d972aff6d991be67612cc97305250f83c131.tar.xz
due.moe-2f24d972aff6d991be67612cc97305250f83c131.zip
feat(locale): localise hololive
Diffstat (limited to 'src/lib/Locale/english.ts')
-rw-r--r--src/lib/Locale/english.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts
index 5477632c..50d0f908 100644
--- a/src/lib/Locale/english.ts
+++ b/src/lib/Locale/english.ts
@@ -231,6 +231,15 @@ const English: Locale = {
hint2:
'If you are having issues with data loading or logging out, it is recommended to clear your site data.'
}
+ },
+ hololive: {
+ live: 'LIVE',
+ upcoming: 'Upcoming',
+ with: 'With ',
+ comma: ', ',
+ commaNoSpace: ',',
+ ampersand: '& ',
+ ended: 'Ended'
}
};