diff options
| author | Fuwn <[email protected]> | 2024-06-23 08:21:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-23 08:24:39 -0700 |
| commit | e2738e68c19d79394209b9dd90a07db6168b7c66 (patch) | |
| tree | 70e8aa0b4ea4f993ec0bc917b83802498d977369 /src/lib/Locale | |
| parent | build: replace koix with just (diff) | |
| download | due.moe-e2738e68c19d79394209b9dd90a07db6168b7c66.tar.xz due.moe-e2738e68c19d79394209b9dd90a07db6168b7c66.zip | |
feat(hololive): update time and guest formatting
Diffstat (limited to 'src/lib/Locale')
| -rw-r--r-- | src/lib/Locale/english.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index f68db610..509ebca0 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -273,7 +273,7 @@ const English: Locale = { hololive: { live: 'LIVE', upcoming: 'Upcoming', - with: 'With ', + with: 'with ', comma: ', ', commaNoSpace: ',', ampersand: '& ', |