Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- fixed activation of liked songs filter tags for all locales except en
- russian translation corrected
  • Loading branch information
amd64fox committed Apr 21, 2024
1 parent 7ac0d40 commit 1ddd051
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
30 changes: 9 additions & 21 deletions patches/Augmented translation/ru.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lang": {
"version": "1.2.31",
"version": "1.2.36",
"language": "Russian"
},
"1": {
Expand Down Expand Up @@ -188,47 +188,35 @@
"replace": "\"Место проведения\""
},
"47": {
"match": "\"Unpin upcoming audiobook\"",
"replace": "\"Открепить предстоящую аудиокнигу\""
"match": "\"View credits\"",
"replace": "\"Показать сведения\""
},
"48": {
"match": "\"Notifications\"",
"replace": "\"Уведомления\""
},
"49": {
"match": "\"Pin upcoming audiobook\"",
"replace": "\"Закрепить предстоящую аудиокнигу\""
},
"50": {
"match": "\"When this audiobook is released we.ll add it to Your Library.\"",
"replace": "\"Когда эта аудиокнига выйдет, мы добавим её в вашу библиотеку.\""
},
"51": {
"match": "\"Bring back to main window\"",
"replace": "\"Вернуться к основному окну\""
},
"52": {
"50": {
"match": "\"You have no notifications\"",
"replace": "\"У вас нет уведомлений\""
},
"53": {
"51": {
"match": "\"Related videos\"",
"replace": "\"Похожие видео\""
},
"54": {
"match": "\"Upcoming audiobook\"",
"replace": "\"Предстоящая аудиокнига\""
},
"55": {
"52": {
"match": "\"Song\"",
"replace": "\"Трек\""
},
"56": {
"53": {
"match": "\"Episode\"",
"replace": "\"Эпизод\""
},
"57": {
"54": {
"match": "\"Chapter\"",
"replace": "\"Глава\""
}
}
}
14 changes: 11 additions & 3 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@
"to": ""
}
},
"enableLyricsUpsell": {
"name": "LyricsUpsell",
"LyricsUpsell": {
"name": "enableLyricsUpsell",
"description": "Enable Lyrics Upsell",
"native_description": "Enable Lyrics Upsell",
"version": {
Expand Down Expand Up @@ -958,7 +958,7 @@
"description": "Show filter tags on the Liked Songs entity view",
"native_description": "Show filter tags on the Liked Songs entity view",
"version": {
"fr": "1.2.32",
"fr": "1.2.29",
"to": ""
}
},
Expand Down Expand Up @@ -1720,6 +1720,14 @@
},
"match": "min:320,max:420",
"replace": "min:250,max:400"
},
"filtertags_locale_fix": {
"version": {
"fr": "1.2.29",
"to": ""
},
"match": "(getTracksFilterTags.+?(.)=this._builder.build\\(\\)),",
"replace": "$1;$2.locale = 'en';const "
}
}
}

0 comments on commit 1ddd051

Please sign in to comment.