Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Language Translation - Make translation empty ?
Forum Updated to NodeBB v4.3 + New Features

Language Translation - Make translation empty ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 346 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • dheerendraD Offline
    dheerendraD Offline
    dheerendra
    Qt Champions 2022
    wrote on last edited by
    #1

    I have the following message to be translated.

         <message>
            <source>Why</source>
            <translation>" "</translation>
        </message>
    

    Here source text is "Why". It is displayed in my button in English.
    Now I don't want to do the translation for "Why".
    Wherever "Why" text exist, I would like to display nothing. I would like to display blank. Is this possible ?

    Dheerendra
    @Community Service
    Certified Qt Specialist
    http://www.pthinks.com

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Ketan
      wrote on last edited by
      #2
      This post is deleted!
      Pablo J. RoginaP 1 Reply Last reply
      -1
      • K Ketan

        This post is deleted!

        Pablo J. RoginaP Offline
        Pablo J. RoginaP Offline
        Pablo J. Rogina
        wrote on last edited by
        #3

        @Ketan "unfinished" is just an internal reference for translators to know that the word/phrase still needs translation (even if a value is provided, it might not be definitive)

        @dheerendra said in Language Translation - Make translation empty ?:

        wherever "Why" text exist, I would like to display nothing. I would like to display blank. Is this possible ?

        Have you tried your approach? It should work, Qt will show return whatever you assigned to the translation for the "Why" entry.

        Upvote the answer(s) that helped you solve the issue
        Use "Topic Tools" button to mark your post as Solved
        Add screenshots via postimage.org
        Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved