← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1481325] Re: fix i18n integration in qmake template

 

This bug was fixed in the package qtcreator-plugin-ubuntu -
3.5.0+15.10.20150902-0ubuntu1

---------------
qtcreator-plugin-ubuntu (3.5.0+15.10.20150902-0ubuntu1) wily; urgency=medium

  [ Benjamin Zeller ]
  * Fixes Bug lp:1488085 "Navigating in the Add Security Policies window
    is broken with keyboard" Fixes Bug lp:1489344 "Install on device is
    broken" Fixes Bug lp:1489567 "Ubuntu gallery can not be openend"
    Catch "permission denied" error if opening syslog is not allowed Fix
    Bug lp:1480771 "Wrong directory used for translation" Fix Bug
    lp:1443351 ".desktop file is not translated for qmake based
    projects" Fix Bug lp:1479581 "Debug helper is disabled by default"
    Fix Bug lp:1481325 "fix i18n integration in qmake template" (LP:
    #1489344, #1480771, #1481325, #1488085, #1443351, #1479581,
    #1489567)

 -- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx>  Wed, 02 Sep 2015 15:32:19
+0000

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1481325

Title:
  fix i18n integration in qmake template

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Fix Released

Bug description:
  In addition to bug #1443351 for desktop file translations, other
  issues plague this template:

  * if you rename the hook (which we do know by default), the qml, js files are not taken for translation. This is due to, in the .pro:
      $$files(app/*.qml,true) \
      $$files(app/*.js,true)
  with "app" being hardcoded.
  Note as well that the same issue exists below for unit and autopilot tools test.

  * template.pot is then created, this one should rather be:
  - <appdomain name>.pot
  - charset should be set to "UTF-8" (otherwise, this trigger an error when merging back)

  * .mo files are only created when you run manually qmake . && make,
  not when you run your application. Maybe it should be hooked in at
  some point in the release process?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1481325/+subscriptions


References