Skip to content

Commit

Permalink
[bugfix]: correct text for albumDetail (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 authored Nov 12, 2023
1 parent adc09e6 commit 11af31c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"title": "$t(entity.albumArtist_other)"
},
"albumDetail": {
"moreFromArtist": "more from this $t(entity.genre_one)",
"moreFromArtist": "more from this $t(entity.artist_one)",
"moreFromGeneric": "more from {{item}}"
},
"albumList": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"related": "relacionado"
},
"albumDetail": {
"moreFromArtist": "más de este $t(entity.genre_one)",
"moreFromArtist": "más de este $t(entity.artist_one)",
"moreFromGeneric": "más de {{item}}"
},
"setting": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"recentlyPlayed": "récemment joués"
},
"albumDetail": {
"moreFromArtist": "plus de $t(entity.genre_one)",
"moreFromArtist": "plus de $t(entity.artist_one)",
"moreFromGeneric": "plus de {{item}}"
},
"setting": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"recentlyPlayed": "riprodotti recentemente"
},
"albumDetail": {
"moreFromArtist": "di più da questo $t(entity.genre_one)",
"moreFromArtist": "di più da questo $t(entity.artist_one)",
"moreFromGeneric": "di più da {{item}}"
},
"setting": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"recentlyPlayed": "最近の再生"
},
"albumDetail": {
"moreFromArtist": "$t(entity.genre_one) の他の項目",
"moreFromArtist": "$t(entity.artist_one) の他の項目",
"moreFromGeneric": "{{item}} の他の項目"
},
"setting": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"removeFromQueue": "$t(action.removeFromQueue)"
},
"albumDetail": {
"moreFromArtist": "więcej od $t(entity.genre_one)",
"moreFromArtist": "więcej od $t(entity.artist_one)",
"moreFromGeneric": "więcej od {{item}}"
},
"albumArtistList": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
"title": "$t(common.home)"
},
"albumDetail": {
"moreFromArtist": "更多该$t(entity.genre_one)作品",
"moreFromArtist": "更多该$t(entity.artist_one)作品",
"moreFromGeneric": "更多{{item}}作品"
},
"setting": {
Expand Down

1 comment on commit 11af31c

@vercel
Copy link

@vercel vercel bot commented on 11af31c Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

feishin – ./

feishin-git-development-jeffvli.vercel.app
feishin.vercel.app
feishin-jeffvli.vercel.app

Please sign in to comment.