document.querySelectorAll('.dropdown-item').forEach(item => { item.addEventListener('click', event => { event.preventDefault(); const langCode = item.getAttribute('data-lang').split('_')[0]; // استخراج الكود الرئيسي (مثل ar, en) // تغيير اسم اللغة المعروضة في الزر const selectedLanguageName = item.textContent.trim(); document.querySelector('.language-dropdown span').textContent = selectedLanguageName; // تشغيل ترجمة جوجل doGTranslate(langCode); }); }); // دالة لتشغيل الترجمة function doGTranslate(lang_pair) { if (lang_pair.includes('|')) { lang_pair = lang_pair.split('|')[1]; } var goog_element = document.getElementById('google_translate_element_modern'); if (goog_element) { var te_menu_value = goog_element.querySelector('.goog-te-menu-value'); if (te_menu_value) { te_menu_value.click(); var te_menu_items = document.querySelectorAll('.goog-te-menu-item span'); te_menu_items.forEach(item => { if (item.textContent.toLowerCase().includes(lang_pair.toLowerCase())) { item.click(); } }); } } else { // إذا لم يتم العثور على عنصر ترجمة جوجل الحديث، استخدم الطريقة الافتراضية var g_combo = document.querySelector('.goog-te-combo'); if (g_combo) { g_combo.value = lang_pair; g_combo.dispatchEvent(new Event('change')); } } }
  • Are you ready to redefine what strength means to you? In a world where right-wing fitness culture is taking the spotlight, leftist gym influencers are stepping up to challenge the narrative! These fitness warriors are not just lifting weights; they're lifting voices, encouraging us all to embrace a more inclusive and supportive fitness community.

    I've always believed that true strength lies in unity and positivity. Whether you're a gym enthusiast, a casual lifter, or just starting your journey, remember that every rep counts—both in the gym and in standing up for what you believe in!

    Let's create a space where everyone feels empowered and uplifted. Together, we can shatter stereotypes and redefine the meaning of strength!

    Check out the full story here: https://www.wired.com/story/as-the-right-leans-into-warrior-culture-some-leftist-gym-bros-are-pushing-back/

    #StrengthInUnity #FitnessForAll #Empowerment #Inclusivity #LiftEachOtherUp
    💪✨ Are you ready to redefine what strength means to you? In a world where right-wing fitness culture is taking the spotlight, leftist gym influencers are stepping up to challenge the narrative! These fitness warriors are not just lifting weights; they're lifting voices, encouraging us all to embrace a more inclusive and supportive fitness community. 🌍💖 I've always believed that true strength lies in unity and positivity. Whether you're a gym enthusiast, a casual lifter, or just starting your journey, remember that every rep counts—both in the gym and in standing up for what you believe in! Let's create a space where everyone feels empowered and uplifted. Together, we can shatter stereotypes and redefine the meaning of strength! 💥 Check out the full story here: https://www.wired.com/story/as-the-right-leans-into-warrior-culture-some-leftist-gym-bros-are-pushing-back/ #StrengthInUnity #FitnessForAll #Empowerment #Inclusivity #LiftEachOtherUp
    www.wired.com
    Right-wing fitness content has dominated the manosphere for years. Leftist gym influencers have taken notice—with some even being paid thousands of dollars to counter it.
    0 Commentaires ·0 Parts
CGShares https://cgshares.com