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/english.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/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 3b30f9d3..194f5100 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -4,22 +4,22 @@ const English: Locale = { navigation: { home: 'Home', completed: 'Completed', - subtitle_schedule: 'Subtitle Schedule', - new_releases: 'New Releases', + subtitleSchedule: 'Subtitle Schedule', + newReleases: 'New Releases', tools: 'Tools', settings: 'Settings', profile: 'Profile', - log_in: 'Log in with AniList', - log_out: 'Log out' + logIn: 'Log in with AniList', + logOut: 'Log out' }, settings: { tooltips: { author: 'Author of due.moe' }, - rss_feeds: { + rssFeeds: { title: 'RSS Feeds', buttons: { - copy_to_clipboard: 'Copy to clipboard' + copyToClipboard: 'Copy to clipboard' }, tooltips: { rss: 'Web feed data format' @@ -64,9 +64,9 @@ const English: Locale = { interfaceLanguage: 'Interface language' } }, - collapse_panels_by_default: 'Collapse panels by default', - hide_panels: 'Hide panels', - include_additional_media: 'Include additional media', + collapsePanelsByDefault: 'Collapse panels by default', + hidePanels: 'Hide panels', + includeAdditionalMedia: 'Include additional media', helper: { title: 'Helper', options: { @@ -116,10 +116,10 @@ const English: Locale = { media: { anime: 'Anime', manga: 'Manga', - upcoming_anime: 'Upcoming anime', - paused_media: 'Paused media', - unresolved_media: 'Unresolved media', - planned_anime: 'Planned anime' + upcomingAnime: 'Upcoming anime', + pausedMedia: 'Paused media', + unresolvedMedia: 'Unresolved media', + plannedAnime: 'Planned anime' }, languages: { english: 'English', |