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/english.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/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index d3946ec1..99190912 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -50,7 +50,9 @@ const English: Locale = { fields: { disableLastActivityWarning: 'Disable last activity warning', rightAlignCountdown: 'Align anime episode countdown to the right', - use24HourTime: 'Use 24-hour time format for episode countdown' + use24HourTime: 'Use 24-hour time format for episode countdown', + nativeEpisodeCountdown: 'Show episode countdown in native release date & time', + abbreviateCountdown: 'Abbreviate episode countdown date & time units' } }, motionAndAccessibility: { |