diff options
| author | Fuwn <[email protected]> | 2026-06-05 13:58:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-06-05 13:58:43 +0000 |
| commit | 83879a0fa01415999116cbc46377b4819fc19f96 (patch) | |
| tree | a15d2870b29f727923b2dcdc3b5f017dd4575407 /src/lib/Locale/japanese.ts | |
| parent | fix(schedule): use masonry columns so day panels collapse cleanly (diff) | |
| download | due.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/japanese.ts')
| -rw-r--r-- | src/lib/Locale/japanese.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Locale/japanese.ts b/src/lib/Locale/japanese.ts index 60b92506..cd4cf879 100644 --- a/src/lib/Locale/japanese.ts +++ b/src/lib/Locale/japanese.ts @@ -22,6 +22,7 @@ const Japanese: Locale = { tracks: { sub: "字幕", dub: "吹き替え", + native: "ネイティブ", }, }, settings: { |