diff options
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 99466aa2..e53d0884 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -12,7 +12,7 @@ export interface Locale { navigation: { home: LocaleValue; completed: LocaleValue; - subtitleSchedule: LocaleValue; + animeSchedule: LocaleValue; newReleases: LocaleValue; tools: LocaleValue; settings: LocaleValue; @@ -636,6 +636,10 @@ export interface Locale { continuingFromPreviousSeason?: LocaleValue; loadingSubtitle?: LocaleValue; loadingSchedule?: LocaleValue; + tracks?: { + sub: LocaleValue; + dub: LocaleValue; + }; }; events?: { summary?: LocaleValue; |