diff options
| author | Fuwn <[email protected]> | 2024-02-22 15:40:57 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-22 15:40:57 -0800 |
| commit | 829a75aaa6f616b3e622467f1eff9c2e485f9254 (patch) | |
| tree | 4c607564ccd159777a7e38b714adc7201e1b785c /src/lib/Locale/english.ts | |
| parent | refactor: ids to classes (diff) | |
| download | due.moe-829a75aaa6f616b3e622467f1eff9c2e485f9254.tar.xz due.moe-829a75aaa6f616b3e622467f1eff9c2e485f9254.zip | |
feat(locale): more settings localisations
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index a5057230..d994475f 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -40,7 +40,10 @@ const English: Locale = { media: { title: 'Media', fields: { - outboundLinks: 'Outbound links', + outboundLinks: { + title: 'Outbound links', + hint: 'If LiveChart.me or AnimeSchedule is chosen, manga links will default to AniList.' + }, mediaTitleFormat: { title: 'Media title format', options: { @@ -51,6 +54,10 @@ const English: Locale = { fields: { showFurigana: 'Show furigana' } + }, + sortBy: { + title: 'Sort anime by difference between last watched and next episode', + hint: 'By default, anime are sorted by the number of days left until the next episode airs.' } } }, |