aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/layout.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-21 23:12:05 -0800
committerFuwn <[email protected]>2024-01-21 23:12:05 -0800
commitb11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e (patch)
tree3e9bd3fa2e36361378e43e43c4afd9ef435935fc /src/lib/Locale/layout.ts
parentfix(badges): handling of placeholder badges (diff)
downloaddue.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.ts16
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;