diff --git a/_scripts/ProcessLocalesPlugin.js b/_scripts/ProcessLocalesPlugin.js index d08bb3734f833..16dc6b9f19787 100644 --- a/_scripts/ProcessLocalesPlugin.js +++ b/_scripts/ProcessLocalesPlugin.js @@ -151,7 +151,7 @@ class ProcessLocalesPlugin { const data = loadYaml(contents) this.locales.set(locale, data) - this.localeNames.push(data['Locale Name'] ?? locale) + this.localeNames.push(data['Locale name'] ?? locale) } } diff --git a/src/main/index.js b/src/main/index.js index 1e4e6e436e806..1fb2075b990a8 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -264,8 +264,8 @@ function runApp() { arguments: '--new-window', iconPath: process.execPath, iconIndex: 0, - title: 'New Window', - description: 'Open New Window' + title: 'Open new window', + description: 'Open new window' } ]) } diff --git a/src/renderer/App.vue b/src/renderer/App.vue index d9cf586f86c21..2dc584135d762 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -29,7 +29,7 @@ /> - {{ $t('Global.Counts.Subscriber Count', { count: formattedSubCount }, subCount) }} + {{ $t('Global.Counts.Subscriber count', { count: formattedSubCount }, subCount) }}

diff --git a/src/renderer/components/CommentSection/CommentSection.vue b/src/renderer/components/CommentSection/CommentSection.vue index 1fc9e0f80ddad..0653c8813386a 100644 --- a/src/renderer/components/CommentSection/CommentSection.vue +++ b/src/renderer/components/CommentSection/CommentSection.vue @@ -43,7 +43,7 @@ - {{ t('Search Bar.Remove') }} + {{ t('Search bar.Remove') }} diff --git a/src/renderer/components/FtListChannel/FtListChannel.vue b/src/renderer/components/FtListChannel/FtListChannel.vue index 3ae13f6b58b97..f4a5b747ce24f 100644 --- a/src/renderer/components/FtListChannel/FtListChannel.vue +++ b/src/renderer/components/FtListChannel/FtListChannel.vue @@ -44,14 +44,14 @@ class="subscriberCount" > - {{ $t('Global.Counts.Subscriber Count', {count: formattedSubscriberCount}, subscriberCount) }} + {{ $t('Global.Counts.Subscriber count', {count: formattedSubscriberCount}, subscriberCount) }} - {{ $t('Global.Counts.Video Count', {count: formattedVideoCount}, videoCount) }} + {{ $t('Global.Counts.Video count', {count: formattedVideoCount}, videoCount) }}

- {{ $t('Global.Counts.Channel Count', {count: formattedChannelCount}, channelCount) }} + {{ $t('Global.Counts.Channel count', {count: formattedChannelCount}, channelCount) }} - {{ $t('Global.Counts.Video Count', {count: formattedVideosCount}, videoCount) }} + {{ $t('Global.Counts.Video count', {count: formattedVideosCount}, videoCount) }} diff --git a/src/renderer/components/FtNotificationBanner/FtNotificationBanner.vue b/src/renderer/components/FtNotificationBanner/FtNotificationBanner.vue index 616dac87f32de..1379b273bdefb 100644 --- a/src/renderer/components/FtNotificationBanner/FtNotificationBanner.vue +++ b/src/renderer/components/FtNotificationBanner/FtNotificationBanner.vue @@ -17,8 +17,8 @@