- fixed activation of liked songs filter tags for all locales except en
- russian translation corrected
This commit is contained in:
amd64fox
2024-04-21 11:23:34 +03:00
parent 7ac0d407d5
commit 1ddd051567
2 changed files with 20 additions and 24 deletions
+8 -20
View File
@@ -1,6 +1,6 @@
{ {
"lang": { "lang": {
"version": "1.2.31", "version": "1.2.36",
"language": "Russian" "language": "Russian"
}, },
"1": { "1": {
@@ -188,46 +188,34 @@
"replace": "\"Место проведения\"" "replace": "\"Место проведения\""
}, },
"47": { "47": {
"match": "\"Unpin upcoming audiobook\"", "match": "\"View credits\"",
"replace": "\"Открепить предстоящую аудиокнигу\"" "replace": "\"Показать сведения\""
}, },
"48": { "48": {
"match": "\"Notifications\"", "match": "\"Notifications\"",
"replace": "\"Уведомления\"" "replace": "\"Уведомления\""
}, },
"49": { "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\"", "match": "\"Bring back to main window\"",
"replace": "\"Вернуться к основному окну\"" "replace": "\"Вернуться к основному окну\""
}, },
"52": { "50": {
"match": "\"You have no notifications\"", "match": "\"You have no notifications\"",
"replace": "\"У вас нет уведомлений\"" "replace": "\"У вас нет уведомлений\""
}, },
"53": { "51": {
"match": "\"Related videos\"", "match": "\"Related videos\"",
"replace": "\"Похожие видео\"" "replace": "\"Похожие видео\""
}, },
"54": { "52": {
"match": "\"Upcoming audiobook\"",
"replace": "\"Предстоящая аудиокнига\""
},
"55": {
"match": "\"Song\"", "match": "\"Song\"",
"replace": "\"Трек\"" "replace": "\"Трек\""
}, },
"56": { "53": {
"match": "\"Episode\"", "match": "\"Episode\"",
"replace": "\"Эпизод\"" "replace": "\"Эпизод\""
}, },
"57": { "54": {
"match": "\"Chapter\"", "match": "\"Chapter\"",
"replace": "\"Глава\"" "replace": "\"Глава\""
} }
+11 -3
View File
@@ -420,8 +420,8 @@
"to": "" "to": ""
} }
}, },
"enableLyricsUpsell": { "LyricsUpsell": {
"name": "LyricsUpsell", "name": "enableLyricsUpsell",
"description": "Enable Lyrics Upsell", "description": "Enable Lyrics Upsell",
"native_description": "Enable Lyrics Upsell", "native_description": "Enable Lyrics Upsell",
"version": { "version": {
@@ -958,7 +958,7 @@
"description": "Show filter tags on the Liked Songs entity view", "description": "Show filter tags on the Liked Songs entity view",
"native_description": "Show filter tags on the Liked Songs entity view", "native_description": "Show filter tags on the Liked Songs entity view",
"version": { "version": {
"fr": "1.2.32", "fr": "1.2.29",
"to": "" "to": ""
} }
}, },
@@ -1720,6 +1720,14 @@
}, },
"match": "min:320,max:420", "match": "min:320,max:420",
"replace": "min:250,max:400" "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 "
} }
} }
} }