aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/english.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-22 16:33:36 -0700
committerFuwn <[email protected]>2024-07-22 16:33:36 -0700
commitb653365fb7705c3945139d5a00abd7fa1cf92879 (patch)
tree7eb9038398b619ebe3d44221b8d035fc3b423cec /src/lib/Locale/english.ts
parentfeat(Data): raw manga chapter count handler (diff)
downloaddue.moe-b653365fb7705c3945139d5a00abd7fa1cf92879.tar.xz
due.moe-b653365fb7705c3945139d5a00abd7fa1cf92879.zip
feat(Manga): allow preferring native chapter count
Diffstat (limited to 'src/lib/Locale/english.ts')
-rw-r--r--src/lib/Locale/english.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts
index b3c91a92..6a6b1550 100644
--- a/src/lib/Locale/english.ts
+++ b/src/lib/Locale/english.ts
@@ -126,6 +126,10 @@ const English: Locale = {
},
smartChapterCountEstimation: {
title: 'Enable smart chapter count calculation'
+ },
+ preferNativeChapterCount: {
+ title: 'Prefer native chapter count',
+ hint: "Prefer comparing against a manga's native chapter count opposed to the translated chapter count"
}
}
},