aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/layout.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-25 08:35:33 -0800
committerFuwn <[email protected]>2024-01-25 08:35:33 -0800
commit5e1ac6260f415a35b30ab3006977b4e4a0bf1fdc (patch)
tree2d2913d25f7e828405446f3d68e635d7eed32af6 /src/lib/Locale/layout.ts
parentfeat(wrapped): hide loading messages (diff)
downloaddue.moe-5e1ac6260f415a35b30ab3006977b4e4a0bf1fdc.tar.xz
due.moe-5e1ac6260f415a35b30ab3006977b4e4a0bf1fdc.zip
feat(locale): localise media lists
Diffstat (limited to 'src/lib/Locale/layout.ts')
-rw-r--r--src/lib/Locale/layout.ts32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts
index 485256ba..fa7acf27 100644
--- a/src/lib/Locale/layout.ts
+++ b/src/lib/Locale/layout.ts
@@ -154,4 +154,36 @@ export interface Locale {
badges: LocaleValue;
};
};
+ lists: {
+ upcoming: {
+ episodes: {
+ title: LocaleValue;
+ hint: LocaleValue;
+ };
+ notYetReleased: {
+ title: LocaleValue;
+ hint: LocaleValue;
+ };
+ };
+ due: {
+ episodes: {
+ title: LocaleValue;
+ hint: LocaleValue;
+ };
+ mangaAndLightNovels: {
+ title: LocaleValue;
+ hint: LocaleValue;
+ };
+ };
+ completed: {
+ anime: {
+ title: LocaleValue;
+ hint: LocaleValue;
+ };
+ mangaAndLightNovels: {
+ title: LocaleValue;
+ hint: LocaleValue;
+ };
+ };
+ };
}