diff options
| author | Fuwn <[email protected]> | 2024-07-22 16:33:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-22 16:33:36 -0700 |
| commit | b653365fb7705c3945139d5a00abd7fa1cf92879 (patch) | |
| tree | 7eb9038398b619ebe3d44221b8d035fc3b423cec /src/lib/Locale/layout.ts | |
| parent | feat(Data): raw manga chapter count handler (diff) | |
| download | due.moe-b653365fb7705c3945139d5a00abd7fa1cf92879.tar.xz due.moe-b653365fb7705c3945139d5a00abd7fa1cf92879.zip | |
feat(Manga): allow preferring native chapter count
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index db581317..b26c1ed8 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -129,6 +129,10 @@ export interface Locale { smartChapterCountEstimation: { title: LocaleValue; }; + preferNativeChapterCount: { + title: LocaleValue; + hint: LocaleValue; + }; }; }; cache: { |