Album: Milow als 10. Song ins de/en/neo-Album (neo = Boarisch-Variante) + Profil-ZIPs auf 10 Songs (v1309)

This commit is contained in:
rene 2026-06-21 21:10:38 +02:00
parent 786a2f442f
commit 01a04358be
17 changed files with 45 additions and 35 deletions

View file

@ -1955,6 +1955,7 @@ window.Worlds = (() => {
{ title: 'Bester Freund', sub: 'Du und ich', file: '/sounds/bester-freund.mp3' },
{ title: 'Blauer Ball', sub: 'Das Lieblingsspielzeug', file: '/sounds/blauer-ball.mp3' },
{ title: 'Mei Revier!', sub: 'Revier-Hymne, breitbeinig', file: '/sounds/mei-revier.mp3' },
{ title: 'Milow', sub: 'Vorbild und bester Freund', file: '/sounds/milow.mp3' },
];
const SONGS_EN = [
{ title: 'Ban Yaro Blues', sub: 'The anthem', file: '/sounds/ban-yaro-blues-en.mp3' },
@ -1966,6 +1967,7 @@ window.Worlds = (() => {
{ title: 'Best Friend', sub: 'You and me', file: '/sounds/best-friend-en.mp3' },
{ title: 'Blauer Ball', sub: 'The favourite toy', file: '/sounds/blauer-ball-en.mp3' },
{ title: 'Mei Revier!', sub: 'Turf anthem with attitude', file: '/sounds/mei-revier-en.mp3' },
{ title: 'Milow', sub: 'Role model and best friend', file: '/sounds/milow-en.mp3' },
];
// „neo" = Neon Edition: dieselben EN-Texte, anderer Musikstil (Electro + Garage-Rock).
const SONGS_EN_ELECTRO = [
@ -1978,6 +1980,7 @@ window.Worlds = (() => {
{ title: 'Best Friend', sub: 'Acoustic-soul to synth', file: '/sounds/best-friend-en-electro.mp3' },
{ title: 'Blauer Ball', sub: 'Boarisch · da blaue Boi', file: '/sounds/blauer-ball-by.mp3' },
{ title: 'Mei Revier!', sub: 'Boarisch · Gangster-Rap', file: '/sounds/mei-revier-by.mp3' },
{ title: 'Milow', sub: 'Boarisch · Vorbild & Freund', file: '/sounds/milow-by.mp3' },
];
const ALBUMS = { de: SONGS_DE, en: SONGS_EN, neo: SONGS_EN_ELECTRO };
let _lang = (() => {