Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-18890

lupdate does not update .ts file correclty if only meta data is changed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.2.0
    • 4.7.1
    • Tools: Linguist
    • None
    • Windows (7)
    • 836f4ac4d465feec9510e3e0cf5c5e8483785178

    Description

      When changing only meta data of a translatable string, lupdate does not detect this change and .ts file is not updated correctly.

       
      //: Test string
      //= str_test
      //~ meta1 this is meta data
      QString str_test(QCoreApplication::translate("Global", "Test"));
      

      If ts file does not exist then it is created correctly. Then change meta data:

       
      //: Test string
      //= str_test
      //~ meta2 this is changed data
      QString str_test(QCoreApplication::translate("Global", "Test"));
      

      ts file is not updated.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            buddenha Oswald Buddenhagen
            seba Sebastian Hildén (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes