diff options
| author | Fuwn <[email protected]> | 2024-02-22 15:40:57 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-22 15:40:57 -0800 |
| commit | 829a75aaa6f616b3e622467f1eff9c2e485f9254 (patch) | |
| tree | 4c607564ccd159777a7e38b714adc7201e1b785c /src/lib/Locale/layout.ts | |
| parent | refactor: ids to classes (diff) | |
| download | due.moe-829a75aaa6f616b3e622467f1eff9c2e485f9254.tar.xz due.moe-829a75aaa6f616b3e622467f1eff9c2e485f9254.zip | |
feat(locale): more settings localisations
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index d40842fd..2064ed00 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -42,7 +42,10 @@ export interface Locale { media: { title: LocaleValue; fields: { - outboundLinks: LocaleValue; + outboundLinks: { + title: LocaleValue; + hint: LocaleValue; + }; mediaTitleFormat: { title: LocaleValue; options: { @@ -54,6 +57,10 @@ export interface Locale { showFurigana: LocaleValue; }; }; + sortBy: { + title: LocaleValue; + hint: LocaleValue; + }; }; }; dateAndTime: { |