switch($lang) {
            case 'ru':
                switch ($text) {

                    case 'Sweet articles':
                        return 'Вкусные статьи';
                    case 'Learn with earn':
                        return 'Учись и зарабатывай';
                    case 'Invest articles':
                        return 'Записи об инвестиции';
                    case 'Earn news':
                        return 'Новости инвестиций';
                    case 'How to CN?':
                        return 'Как добраться до Китая?';
                    case 'Site about CN':
                        return 'Сайт о Китае';
                    case 'Digital detox':
                        return 'Цифровая детоксикация';
                    case 'A site about financial minimalism':
                        return 'Сайт о финансовом минимализме';
                    case 'Minimal Finances':
                        return 'Минимальные финансы';
                    case 'Delicious recipes':
                        return 'Вкусные рецепты';
                    case 'A site about delicious food':
                        return 'Сайт о вкусной еде';
                    case 'Music news':
                        return 'Музыкальные новости';
                    case 'Lastest Music news':
                        return 'Последние новости музыки';
                    case 'Lastest Style news':
                        return 'Последние новости моды';
                    case 'Beauty news':
                        return 'Бьюти новости';
                    case 'Movies news':
                        return 'Новости кино';
                    case 'Lastest Cinema News':
                        return 'Новости кинематографа';
                    case 'Lastest cars news':
                        return 'Последние авто новости';
                    case 'Lastest IT news':
                        return 'Последние новости IT';
                    case 'Lastest F1 news':
                        return 'Последние новости F12';
                    case 'Search':
                        return 'Поиск';
                    case 'Other articles':
                        return 'Другие статьи';
                    case 'Main':
                        return 'Главная';
                    case 'Formula1 news':
                        return 'Новости о Формуле 1';
                    case 'IT news':
                        return 'Новости IT';
                    case 'Auto news':
                        return 'Автоновости';

                    default:
                }
            break;
                        case 'es':
                switch ($text) {

                    case 'Sweet articles':
                        return 'Artículos dulces';
                    case 'Learn with earn':
                        return 'Aprender ganando';
                    case 'Invest articles':
                        return 'Invertir artículos';
                    case 'Earn news':
                        return 'Ganar noticias';
                    case 'How to CN?':
                        return '¿Cómo CN?';
                    case 'Site about CN':
                        return 'Sitio sobre la CN';
                    case 'Digital detox':
                        return 'Desintoxicación digital';
                    case 'A site about financial minimalism':
                        return 'Un sitio sobre el minimalismo financiero';
                    case 'Minimal Finances':
                        return 'Finanzas mínimas';
                    case 'Delicious recipes':
                        return 'Deliciosas recetas';
                    case 'A site about delicious food':
                        return 'Un sitio sobre comida deliciosa';
                    case 'Music news':
                        return 'Noticias musicales';
                    case 'Lastest Music news':
                        return 'Últimas noticias sobre música';
                    case 'Lastest Style news':
                        return 'Últimas noticias sobre estilo';
                    case 'Beauty news':
                        return 'Noticias de belleza';
                    case 'Movies news':
                        return 'Noticias de cine';
                    case 'Lastest Cinema News':
                        return 'Últimas noticias de cine';
                    case 'Lastest cars news':
                        return 'Últimas noticias de coches';
                    case 'Lastest IT news':
                        return 'Últimas noticias sobre TI';
                    case 'Lastest F1 news':
                        return 'Últimas noticias F1';
                    case 'Search':
                        return 'Búsqueda in situ';
                    case 'Other articles':
                        return 'Otros artículos';
                    case 'Main':
                        return 'Principal';
                    case 'Formula1 news':
                        return 'Noticias Fórmula1';
                    case 'IT news':
                        return 'Noticias de TI';
                    case 'Auto news':
                        return 'Noticias del automóvil';

                    default:
                }
            break;
                        case 'it':
                switch ($text) {

                    case 'Sweet articles':
                        return 'Articoli dolci';
                    case 'Learn with earn':
                        return 'Imparare conviene';
                    case 'Invest articles':
                        return 'Investire articoli';
                    case 'Earn news':
                        return 'Guadagnare notizie';
                    case 'How to CN?':
                        return 'Come fare la CN?';
                    case 'Site about CN':
                        return 'Sito su CN';
                    case 'Digital detox':
                        return 'Disintossicazione digitale';
                    case 'A site about financial minimalism':
                        return 'Un sito sul minimalismo finanziario';
                    case 'Minimal Finances':
                        return 'Finanze minime';
                    case 'Delicious recipes':
                        return 'Ricette deliziose';
                    case 'A site about delicious food':
                        return 'Un sito che parla di cibo delizioso';
                    case 'Music news':
                        return 'Notizie sulla musica';
                    case 'Lastest Music news':
                        return 'Ultime notizie sulla musica';
                    case 'Lastest Style news':
                        return 'Notizie sulla bellezza';
                    case 'Beauty news':
                        return 'Notizie sulla bellezza';
                    case 'Movies news':
                        return 'Notizie sui film';
                    case 'Lastest Cinema News':
                        return 'Ultime notizie sul cinema';
                    case 'Lastest cars news':
                        return 'Ultime notizie sulle auto';
                    case 'Lastest IT news':
                        return 'Ultime notizie IT';
                    case 'Lastest F1 news':
                        return 'Ultime notizie sulla F1';
                    case 'Search':
                        return 'Ricerca';
                    case 'Other articles':
                        return 'Altri articoli';
                    case 'Main':
                        return 'Pagina principale';
                    case 'Formula1 news':
                        return 'Notizie sulla Formula1';
                    case 'IT news':
                        return 'Notizie IT';
                    case 'Auto news':
                        return 'Notizie sull\'auto';

                    default:
                }
            break;
                        case 'de':
                switch ($text) {

                    case 'Sweet articles':
                        return 'Süße Artikel';
                    case 'Learn with earn':
                        return 'Lernen mit verdienen';
                    case 'Invest articles':
                        return 'Artikel investieren';
                    case 'Earn news':
                        return 'Nachrichten verdienen';
                    case 'How to CN?':
                        return 'Wie CN?';
                    case 'Site about CN':
                        return 'Seite über CN';
                    case 'Digital detox':
                        return 'Digitaler Entzug';
                    case 'A site about financial minimalism':
                        return 'Eine Website über finanziellen Minimalismus';
                    case 'Minimal Finances':
                        return 'Minimale Finanzen';
                    case 'Delicious recipes':
                        return 'Leckere Rezepte';
                    case 'A site about delicious food':
                        return 'Eine Seite über leckeres Essen';
                    case 'Music news':
                        return 'Musik Nachrichten';
                    case 'Lastest Music news':
                        return 'Neueste Musiknachrichten';
                    case 'Lastest Style news':
                        return 'Nachrichten über Schönheit';
                    case 'Beauty news':
                        return 'Beauty-News';
                    case 'Movies news':
                        return 'Notizie sui film';
                    case 'Lastest Cinema News':
                        return 'Neueste Kinonachrichten';
                    case 'Lastest cars news':
                        return 'Letzte Autonachrichten';
                    case 'Lastest IT news':
                        return 'Neueste IT-Nachrichten';
                    case 'Lastest F1 news':
                        return 'Neueste F1-Nachrichten';
                    case 'Search':
                        return 'Suche';
                    case 'Other articles':
                        return 'Andere Artikel';
                    case 'Main':
                        return 'Hauptseite';
                    case 'Formula1 news':
                        return 'Formel1 Nachrichten';
                    case 'IT news':
                        return 'IT-Nachrichten';
                    case 'Auto news':
                        return 'Auto-Nachrichten';

                    default:
                }
            break;
            
        }
Music news
Nazar Unveils Upcoming Album 'Demilitarize'

Nazar Unveils Upcoming Album 'Demilitarize'

      It will be released on April 25th...

      Nazar has revealed details about his upcoming album titled 'Demilitarize'.

      The Angolan producer's impressive debut album 'Guerilla' came out in 2020, coinciding with the onset of the first lockdowns, and its intensity and sense of paranoia resonated with the world at that time.

      Highly autobiographical, 'Guerilla' incorporated repurposed kuduro music from Angola, featuring a rough texture, field recordings, and found media to narrate Nazar's personal story – his family was exiled in Europe due to the Angolan civil war, while his father stayed behind to fight in a losing battle.

      Since then, Nazar has faced challenges with COVID, which severely impacted his immune system; a dormant tuberculosis he developed while in Angola subsequently took over, leaving him seriously ill for a year.

      Consequently, his music has become more introspective. The new album 'Demilitarize' builds upon the harsh aesthetics of his debut, creating something that is, if anything, even more sincere.

      The new track 'Anticipate' exemplifies this – eerie, paranoid, and insular, it appears to reflect the confusion that illness brought into his life.

      Nazar states...

      With this album's introspective nature, I did not aim to capture sounds from real locations to enrich its universe as I did with 'Guerilla'. Instead, I wanted to create something almost metaphysical, akin to crafting sci-fi, with the classic cyberpunk anime Ghost In The Shell serving as a primary inspiration.

      'Demilitarize' is set for release on April 25th. Listen to 'Anticipate' below.

switch($lang) { case 'ru': switch ($text) { case 'Sweet articles': return 'Вкусные статьи'; case 'Learn with earn': return 'Учись и зарабатывай'; case 'Invest articles': return 'Записи об инвестиции'; case 'Earn news': return 'Новости инвестиций'; case 'How to CN?': return 'Как добраться до Китая?'; case 'Site about CN': return 'Сайт о Китае'; case 'Digital detox': return 'Цифровая детоксикация'; case 'A site about financial minimalism': return 'Сайт о финансовом минимализме'; case 'Minimal Finances': return 'Минимальные финансы'; case 'Delicious recipes': return 'Вкусные рецепты'; case 'A site about delicious food': return 'Сайт о вкусной еде'; case 'Music news': return 'Музыкальные новости'; case 'Lastest Music news': return 'Последние новости музыки'; case 'Lastest Style news': return 'Последние новости моды'; case 'Beauty news': return 'Бьюти новости'; case 'Movies news': return 'Новости кино'; case 'Lastest Cinema News': return 'Новости кинематографа'; case 'Lastest cars news': return 'Последние авто новости'; case 'Lastest IT news': return 'Последние новости IT'; case 'Lastest F1 news': return 'Последние новости F12'; case 'Search': return 'Поиск'; case 'Other articles': return 'Другие статьи'; case 'Main': return 'Главная'; case 'Formula1 news': return 'Новости о Формуле 1'; case 'IT news': return 'Новости IT'; case 'Auto news': return 'Автоновости'; default: } break; case 'es': switch ($text) { case 'Sweet articles': return 'Artículos dulces'; case 'Learn with earn': return 'Aprender ganando'; case 'Invest articles': return 'Invertir artículos'; case 'Earn news': return 'Ganar noticias'; case 'How to CN?': return '¿Cómo CN?'; case 'Site about CN': return 'Sitio sobre la CN'; case 'Digital detox': return 'Desintoxicación digital'; case 'A site about financial minimalism': return 'Un sitio sobre el minimalismo financiero'; case 'Minimal Finances': return 'Finanzas mínimas'; case 'Delicious recipes': return 'Deliciosas recetas'; case 'A site about delicious food': return 'Un sitio sobre comida deliciosa'; case 'Music news': return 'Noticias musicales'; case 'Lastest Music news': return 'Últimas noticias sobre música'; case 'Lastest Style news': return 'Últimas noticias sobre estilo'; case 'Beauty news': return 'Noticias de belleza'; case 'Movies news': return 'Noticias de cine'; case 'Lastest Cinema News': return 'Últimas noticias de cine'; case 'Lastest cars news': return 'Últimas noticias de coches'; case 'Lastest IT news': return 'Últimas noticias sobre TI'; case 'Lastest F1 news': return 'Últimas noticias F1'; case 'Search': return 'Búsqueda in situ'; case 'Other articles': return 'Otros artículos'; case 'Main': return 'Principal'; case 'Formula1 news': return 'Noticias Fórmula1'; case 'IT news': return 'Noticias de TI'; case 'Auto news': return 'Noticias del automóvil'; default: } break; case 'it': switch ($text) { case 'Sweet articles': return 'Articoli dolci'; case 'Learn with earn': return 'Imparare conviene'; case 'Invest articles': return 'Investire articoli'; case 'Earn news': return 'Guadagnare notizie'; case 'How to CN?': return 'Come fare la CN?'; case 'Site about CN': return 'Sito su CN'; case 'Digital detox': return 'Disintossicazione digitale'; case 'A site about financial minimalism': return 'Un sito sul minimalismo finanziario'; case 'Minimal Finances': return 'Finanze minime'; case 'Delicious recipes': return 'Ricette deliziose'; case 'A site about delicious food': return 'Un sito che parla di cibo delizioso'; case 'Music news': return 'Notizie sulla musica'; case 'Lastest Music news': return 'Ultime notizie sulla musica'; case 'Lastest Style news': return 'Notizie sulla bellezza'; case 'Beauty news': return 'Notizie sulla bellezza'; case 'Movies news': return 'Notizie sui film'; case 'Lastest Cinema News': return 'Ultime notizie sul cinema'; case 'Lastest cars news': return 'Ultime notizie sulle auto'; case 'Lastest IT news': return 'Ultime notizie IT'; case 'Lastest F1 news': return 'Ultime notizie sulla F1'; case 'Search': return 'Ricerca'; case 'Other articles': return 'Altri articoli'; case 'Main': return 'Pagina principale'; case 'Formula1 news': return 'Notizie sulla Formula1'; case 'IT news': return 'Notizie IT'; case 'Auto news': return 'Notizie sull\'auto'; default: } break; case 'de': switch ($text) { case 'Sweet articles': return 'Süße Artikel'; case 'Learn with earn': return 'Lernen mit verdienen'; case 'Invest articles': return 'Artikel investieren'; case 'Earn news': return 'Nachrichten verdienen'; case 'How to CN?': return 'Wie CN?'; case 'Site about CN': return 'Seite über CN'; case 'Digital detox': return 'Digitaler Entzug'; case 'A site about financial minimalism': return 'Eine Website über finanziellen Minimalismus'; case 'Minimal Finances': return 'Minimale Finanzen'; case 'Delicious recipes': return 'Leckere Rezepte'; case 'A site about delicious food': return 'Eine Seite über leckeres Essen'; case 'Music news': return 'Musik Nachrichten'; case 'Lastest Music news': return 'Neueste Musiknachrichten'; case 'Lastest Style news': return 'Nachrichten über Schönheit'; case 'Beauty news': return 'Beauty-News'; case 'Movies news': return 'Notizie sui film'; case 'Lastest Cinema News': return 'Neueste Kinonachrichten'; case 'Lastest cars news': return 'Letzte Autonachrichten'; case 'Lastest IT news': return 'Neueste IT-Nachrichten'; case 'Lastest F1 news': return 'Neueste F1-Nachrichten'; case 'Search': return 'Suche'; case 'Other articles': return 'Andere Artikel'; case 'Main': return 'Hauptseite'; case 'Formula1 news': return 'Formel1 Nachrichten'; case 'IT news': return 'IT-Nachrichten'; case 'Auto news': return 'Auto-Nachrichten'; default: } break; } Other articles

The Murder Capital: Unquestioning Belief

The Murder Capital: Unquestioning Belief

On their third album 'Blindness', The Murder Capital struggles with imperfect patriotism and inherent human mistakes, as frontman James McGovern aims to face and even accept his own blind spots.

The Neu Bulletin (Luvcat, Night Tapes, Most Things, and others!)

The Neu Bulletin (Luvcat, Night Tapes, Most Things, and others!)

The ultimate guide by DIY to the top new music.

Lil Baby Reveals Concert Dates for London and Manchester

Lil Baby Reveals Concert Dates for London and Manchester

American rapper Lil Baby is set to embark on a European tour this summer. He began 2025 with purpose, launching his album 'WHAM' on January 3rd, through

Clara Le Bouar's 'Silver' is a comforting pop message.

Clara Le Bouar's 'Silver' is a comforting pop message.

Clara Le Bouar, a Paris-based alt-pop artist, shines with her latest single 'Silver'. The songwriter released a fantastic EP titled 'Songs' last summer, which includes seven tracks that

Puma Blue Releases Unexpected Album ‘antichamber’

Puma Blue Releases Unexpected Album ‘antichamber’

Puma Blue has released an unexpected new album titled 'antichamber' - listen to it now. The songwriter, originally from South London, is currently residing in Atlanta, a city that is positioned at the

Avalon Emerson Introduces New Project Perpetual Emotion Machine

Avalon Emerson Introduces New Project Perpetual Emotion Machine

American artist Avalon Emerson is making her return to dance music with "Perpetual Emotion Machine." This project will feature new music and live performances.

Nazar Unveils Upcoming Album 'Demilitarize'

Nazar has revealed details about his upcoming album 'Demilitarize'. The Angolan producer's impressive debut album 'Guerilla', released in 2020, came out right as the initial lockdowns were implemented.