diff options
| author | Fuwn <[email protected]> | 2024-01-21 23:18:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-21 23:18:22 -0800 |
| commit | 0b6e5db9ccf1ab8031dbf41247a4e7cc01df0118 (patch) | |
| tree | 0293ad8907d41aafde520f1427098c3d6b10b455 /src/lib/Locale/layout.ts | |
| parent | style(layout): fix odd formatting (diff) | |
| download | due.moe-0b6e5db9ccf1ab8031dbf41247a4e7cc01df0118.tar.xz due.moe-0b6e5db9ccf1ab8031dbf41247a4e7cc01df0118.zip | |
refactor(locale): use consistent casing
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index f918cc63..8729fca2 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -8,22 +8,22 @@ export interface Locale { navigation: { home: LocaleValue; completed: LocaleValue; - subtitle_schedule: LocaleValue; - new_releases: LocaleValue; + subtitleSchedule: LocaleValue; + newReleases: LocaleValue; tools: LocaleValue; settings: LocaleValue; profile: LocaleValue; - log_in: LocaleValue; - log_out: LocaleValue; + logIn: LocaleValue; + logOut: LocaleValue; }; settings: { tooltips: { author: LocaleValue; }; - rss_feeds: { + rssFeeds: { title: LocaleValue; buttons: { - copy_to_clipboard: LocaleValue; + copyToClipboard: LocaleValue; }; tooltips: { rss: LocaleValue; @@ -68,9 +68,9 @@ export interface Locale { interfaceLanguage: LocaleValue; }; }; - collapse_panels_by_default: LocaleValue; - hide_panels: LocaleValue; - include_additional_media: LocaleValue; + collapsePanelsByDefault: LocaleValue; + hidePanels: LocaleValue; + includeAdditionalMedia: LocaleValue; helper: { title: LocaleValue; options: { @@ -120,10 +120,10 @@ export interface Locale { media: { anime: LocaleValue; manga: LocaleValue; - upcoming_anime: LocaleValue; - paused_media: LocaleValue; - unresolved_media: LocaleValue; - planned_anime: LocaleValue; + upcomingAnime: LocaleValue; + pausedMedia: LocaleValue; + unresolvedMedia: LocaleValue; + plannedAnime: LocaleValue; }; languages: { english: LocaleValue; |