diff options
| author | Fuwn <[email protected]> | 2024-01-21 01:10:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-21 01:10:02 -0800 |
| commit | 56425d179c6162f0c1d4b6ba0af598f8038c267a (patch) | |
| tree | 3d0119d36b0c5c432a5c73fb59477f5dd8386e97 /src/lib/Locale/layout.ts | |
| parent | fix(japanese): small simplifications and clearing (diff) | |
| download | due.moe-56425d179c6162f0c1d4b6ba0af598f8038c267a.tar.xz due.moe-56425d179c6162f0c1d4b6ba0af598f8038c267a.zip | |
feat(locale): finish date & time category localisation
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 41438691..05e36daf 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -55,6 +55,8 @@ export interface Locale { disableLastActivityWarning: LocaleValue; rightAlignCountdown: LocaleValue; use24HourTime: LocaleValue; + nativeEpisodeCountdown: LocaleValue; + abbreviateCountdown: LocaleValue; }; }; motionAndAccessibility: { |