diff options
| author | Fuwn <[email protected]> | 2024-01-21 00:47:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-21 00:47:30 -0800 |
| commit | 9ea039e6907184794c4059e3081aa956a10c5b4b (patch) | |
| tree | 1fa11345bb5c116cd840dcc2b767ffc037fd52c4 /src/lib/Locale/layout.ts | |
| parent | feat(locale): more localisation for display category (diff) | |
| download | due.moe-9ea039e6907184794c4059e3081aa956a10c5b4b.tar.xz due.moe-9ea039e6907184794c4059e3081aa956a10c5b4b.zip | |
feat: disable last activity warning
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 3e86fa8d..01bb3a22 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -49,7 +49,12 @@ export interface Locale { }; }; }; - date_and_time: LocaleValue; + dateAndTime: { + title: LocaleValue; + fields: { + disableLastActivityWarning: LocaleValue; + }; + }; motionAndAccessibility: { title: LocaleValue; fields: { |