Feature request: Mark language-specific forum posts in sister-site feed

Discussion in 'Forum News and Updates' started by canbi, Mar 4, 2024.

  1. canbi

    canbi Kapellmeister

    Joined:
    Jun 12, 2023
    Messages:
    148
    Likes Received:
    50
    Sometimes I notice a post with strange title and from curiosity I click it, but it turns out to be in non-English language.

    Is there a possibility of implementing following feature?

    Python implementation (cause why not):

    # Emojis
    lang_marks = {
    "IT": "🇮🇹",
    "DE": "🇩🇪",
    "FR": "🇫🇷",
    "GR", "🇬🇷",
    "ESP": "🇪🇸"
    }

    if post.category.lower() == "regional":
    lang = lang_marks[post.subcategory.upper()]
    else:
    lang = "EN"

    feed.add_post(post, language = lang)

    —————

    Before

    upload_2024-3-4_19-12-49.png

    After (notice the flag)

    upload_2024-3-4_19-16-5.png

    —————

    Thoughts?
     
    • Interesting Interesting x 1
    • Creative Creative x 1
    • List
  2.  
  3. No Avenger

    No Avenger Audiosexual

    Joined:
    Jul 19, 2017
    Messages:
    9,117
    Likes Received:
    6,364
    Location:
    Europe
  4. phenomboy

    phenomboy Producer

    Joined:
    Aug 25, 2011
    Messages:
    575
    Likes Received:
    83
    Location:
    Nantes
    That exactly how non-english speaking users feel about english titles. Use google translate.
     
  5. SAiNT

    SAiNT Creator Staff Member phonometrograph

    Joined:
    May 21, 2011
    Messages:
    2,066
    Likes Received:
    1,759
    Location:
    ZiON
    thank you for the suggestion. are you a python coder?
     
  6. macros mk2

    macros mk2 Rock Star

    Joined:
    Sep 22, 2022
    Messages:
    446
    Likes Received:
    320
    Location:
    seattle
    this seems like a non issue to me, as someone who only speaks english. i can tell by the fact i don't understand the words when a post is going to be in a different language, or if not and i click on it i've wasted all of a few seconds. or i can use google translate. just seems like, redundant to me. the german words indicate its german already, or whichever language.
     
    • Like Like x 1
    • Agree Agree x 1
    • List
Loading...
Loading...