aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/japanese.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/japanese.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/japanese.ts')
-rw-r--r--src/lib/Locale/japanese.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Locale/japanese.ts b/src/lib/Locale/japanese.ts
index b812f74c..9847c891 100644
--- a/src/lib/Locale/japanese.ts
+++ b/src/lib/Locale/japanese.ts
@@ -127,6 +127,10 @@ const Japanese: Locale = {
},
smartChapterCountEstimation: {
title: '未解決漫画のスマートな章数推定を有効にする'
+ },
+ preferNativeChapterCount: {
+ title: '英語の章数よりも、原作の章数を優先する',
+ hint: '英語の章数ではなく、原作の章数と比較することを優先する'
}
}
},