diff options
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index e1c81e0f..9d2b84c9 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -233,4 +233,13 @@ export interface Locale { hint2: LocaleValue; }; }; + hololive: { + live: LocaleValue; + upcoming: LocaleValue; + with: LocaleValue; + comma: LocaleValue; + commaNoSpace: LocaleValue; + ampersand: LocaleValue; + ended: LocaleValue; + }; } |