diff options
| author | Fuwn <[email protected]> | 2024-01-21 23:12:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-21 23:12:05 -0800 |
| commit | b11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e (patch) | |
| tree | 3e9bd3fa2e36361378e43e43c4afd9ef435935fc /src/lib/Locale/layout.ts | |
| parent | fix(badges): handling of placeholder badges (diff) | |
| download | due.moe-b11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e.tar.xz due.moe-b11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e.zip | |
feat(locale): translate calculation settings fields
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 59862632..f918cc63 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -94,6 +94,22 @@ export interface Locale { }; calculation: { title: LocaleValue; + fields: { + roundDownChapters: { + title: LocaleValue; + hint: LocaleValue; + }; + showMediaWithZeroProgress: { + title: LocaleValue; + hint: LocaleValue; + }; + hideOutOfDateVolumeWarning: { + title: LocaleValue; + }; + smartChapterCountEstimation: { + title: LocaleValue; + }; + }; }; cache: { title: LocaleValue; |