Skip to content

Commit 8983743

Browse files
committed
new translation keys added to History
1 parent 6e5f6d0 commit 8983743

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/renderer/views/History/History.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export default defineComponent({
5454
computed: {
5555
sortByNames: function () {
5656
return [
57-
this.$t('Global.DateNewestHistory'),
58-
this.$t('Global.DateOldestHistory'),
57+
this.$t('History.DateNewestHistory'),
58+
this.$t('History.DateOldestHistory'),
5959
]
6060
},
6161

static/locales/en-US.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Global:
4949
Live: Live
5050
Community: Community
5151
Sort By: Sort By
52-
DateOldestHistory: Earliest Watched First
53-
DateNewestHistory: Latest Watched First
5452
Counts:
5553
Video Count: 1 video | {count} videos
5654
Channel Count: 1 channel | {count} channels
@@ -269,6 +267,8 @@ History:
269267
Empty Search Message: There are no videos in your history that match your search
270268
Search bar placeholder: "Search in History"
271269
Case Sensitive Search: Case Sensitive Search
270+
DateOldestHistory: Earliest Watched First
271+
DateNewestHistory: Latest Watched First
272272
Settings:
273273
# On Settings Page
274274
Settings: Settings

0 commit comments

Comments
 (0)