diff options
| author | Fuwn <[email protected]> | 2024-01-21 00:54:15 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-21 00:54:15 -0800 |
| commit | 549a457bfe2a6b60278668a0efcb0efd1f798ce4 (patch) | |
| tree | 8f72d948ac2810833ff4a231de18efb7c565cb3d /src/lib/Locale/layout.ts | |
| parent | feat: disable last activity warning (diff) | |
| download | due.moe-549a457bfe2a6b60278668a0efcb0efd1f798ce4.tar.xz due.moe-549a457bfe2a6b60278668a0efcb0efd1f798ce4.zip | |
feat(locale): more display localisations
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 01bb3a22..41438691 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -53,6 +53,8 @@ export interface Locale { title: LocaleValue; fields: { disableLastActivityWarning: LocaleValue; + rightAlignCountdown: LocaleValue; + use24HourTime: LocaleValue; }; }; motionAndAccessibility: { |