aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Locale')
-rw-r--r--src/lib/Locale/english.ts4
-rw-r--r--src/lib/Locale/japanese.ts4
-rw-r--r--src/lib/Locale/layout.ts4
3 files changed, 12 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"
}
}
},
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: '英語の章数ではなく、原作の章数と比較することを優先する'
}
}
},
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: {