aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/layout.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-21 00:47:30 -0800
committerFuwn <[email protected]>2024-01-21 00:47:30 -0800
commit9ea039e6907184794c4059e3081aa956a10c5b4b (patch)
tree1fa11345bb5c116cd840dcc2b767ffc037fd52c4 /src/lib/Locale/layout.ts
parentfeat(locale): more localisation for display category (diff)
downloaddue.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.ts7
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: {