diff options
| author | Fuwn <[email protected]> | 2024-01-27 02:32:52 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-27 02:32:52 -0800 |
| commit | 8fb16c92d0b83b9daf3e571d6baad59984023728 (patch) | |
| tree | 4584d6c334b1bf003b0205abe22756b665cd4476 /src/lib/Locale/layout.ts | |
| parent | feat(settings): random helper (diff) | |
| download | due.moe-8fb16c92d0b83b9daf3e571d6baad59984023728.tar.xz due.moe-8fb16c92d0b83b9daf3e571d6baad59984023728.zip | |
feat(settings): more helpers
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 97733d64..5defce45 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -77,9 +77,13 @@ export interface Locale { helper: { title: LocaleValue; options: { + kaede: LocaleValue; mai: LocaleValue; nodoka: LocaleValue; - kaede: LocaleValue; + rio: LocaleValue; + sakuta: LocaleValue; + shouko: LocaleValue; + tomoe: LocaleValue; random: LocaleValue; none: LocaleValue; }; |