aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/layout.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-06-05 13:58:43 +0000
committerFuwn <[email protected]>2026-06-05 13:58:43 +0000
commit83879a0fa01415999116cbc46377b4819fc19f96 (patch)
treea15d2870b29f727923b2dcdc3b5f017dd4575407 /src/lib/Locale/layout.ts
parentfix(schedule): use masonry columns so day panels collapse cleanly (diff)
downloaddue.moe-83879a0fa01415999116cbc46377b4819fc19f96.tar.xz
due.moe-83879a0fa01415999116cbc46377b4819fc19f96.zip
feat(schedule): add native track alongside sub and dub
Source the native (original-language) broadcast schedule from AnimeSchedule's "raw" airType and expose it as a third track on the schedule-page toggle and the GraphQL airing query.
Diffstat (limited to 'src/lib/Locale/layout.ts')
-rw-r--r--src/lib/Locale/layout.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts
index e53d0884..ec66889f 100644
--- a/src/lib/Locale/layout.ts
+++ b/src/lib/Locale/layout.ts
@@ -639,6 +639,7 @@ export interface Locale {
tracks?: {
sub: LocaleValue;
dub: LocaleValue;
+ native: LocaleValue;
};
};
events?: {