|
4 | 4 | isRtlLanguage as homeiiIsRtlLanguage, |
5 | 5 | translate as homeiiTranslate, |
6 | 6 | translateText as homeiiTranslateText, |
7 | | -} from "./localization/index.js?v=5.7.0-locales-8c8f7d7dfd"; |
| 7 | +} from "./localization/index.js?v=5.7.0-locales-96e11c771c"; |
8 | 8 |
|
9 | 9 | const HOMEII_VISIBLE_LANGUAGE_OPTIONS = Object.freeze([ |
10 | 10 | ...HOMEII_LANGUAGE_OPTIONS, |
@@ -40499,7 +40499,7 @@ class HomeiiMusicFlowBaseCard extends HomeiiBaseMusicCard { |
40499 | 40499 | return ` |
40500 | 40500 | <div class="action-grid"> |
40501 | 40501 | ${this._navMenuItem("simple_wizard", this._iconSvg("wand"), "FLOW", this._i18n("ui.a_guided_music_wizard"), "simple")} |
40502 | | - ${this._discoveryModeEnabled() ? this._navMenuItem("discovery", this._iconSvg("grid"), this._i18n("ui.discover_music", {}, this._m("Discover", "גלה מוזיקה")), this._m("Genres and styles", "ז'אנרים וסגנונות"), "discovery") : ""} |
| 40502 | + ${this._discoveryModeEnabled() ? this._navMenuItem("discovery", this._iconSvg("grid"), this._i18n("ui.discover_music", {}, this._m("Discover", "גלה מוזיקה")), this._i18n("ui.genres_and_styles", {}, this._m("Genres and styles", "ז'אנרים וסגנונות")), "discovery") : ""} |
40503 | 40503 | ${this._navMenuItem("players", this._iconSvg("speaker"), this._i18n("ui.players"), this._i18n("ui.players_queue_and_groups"), "players")} |
40504 | 40504 | ${this._navMenuItem("library_liked", this._iconSvg("heart_filled"), this._i18n("ui.liked"), this._i18n("ui.open_saved_songs"), "liked")} |
40505 | 40505 | ${this._navMenuItem("sleep_timer", this._iconSvg("timer"), this._i18n("ui.schedules"), this._i18n("ui.sleep_timer_and_morning_playback"), "announcement")} |
|
0 commit comments