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:
    197
    Likes Received:
    64
    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,133
    Likes Received:
    6,376
    Location:
    Europe
  4. phenomboy

    phenomboy Producer

    Joined:
    Aug 25, 2011
    Messages:
    581
    Likes Received:
    86
    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 11, 2011
    Messages:
    2,105
    Likes Received:
    1,832
    Location:
    ZiON
    thank you for the suggestion. are you a python coder?
     
  6. macros mk2

    macros mk2 Rock Star

    Joined:
    Sep 22, 2022
    Messages:
    565
    Likes Received:
    492
    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...
Similar Threads - Feature request Mark Forum Date
Serum 2 wishlist / feature request brainstorm. Samplers, Synthesizers Mar 23, 2025
Logic Pro Feature Request - Plugin Profiles Logic Feb 12, 2025
List your feature requests for Cubase 13 Lounge Jun 3, 2023
discoDSP Vertigo 5, additive Synthesizer plugin with new features Software News Sunday at 10:38 AM
Plugins with a specific feature ? Software Jul 27, 2025
Loading...