diff options
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 16eff123..91a3bdb3 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -81,8 +81,14 @@ const English: Locale = { disableLastActivityWarning: "Disable last activity warning", rightAlignCountdown: "Align anime episode countdown to the right", use24HourTime: "Use 24-hour time format for episode countdown", - nativeEpisodeCountdown: - "Show episode countdown in native release date & time", + countdownSource: { + title: "Episode countdown source", + options: { + native: "Native (original broadcast)", + sub: "Subbed release", + dub: "Dubbed release", + }, + }, abbreviateCountdown: "Abbreviate episode countdown date & time units", lastActivityWarningHint: |