← Back to team overview

touch-packages team mailing list archive

[Bug 1378384] Re: The pick mode title/options show untranslated

 

The issue can be workarounded by adding that to the Tabs {} component in
PickerScreen.qml

    Component.onCompleted: {
        i18n.domain = "gallery-app";
    }

(which is also done in GalleryApplication.qml)

Not sure why that's needed though if the main file is already doing
it...

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1378384

Title:
  The pick mode title/options show untranslated

Status in “gallery-app” package in Ubuntu:
  Confirmed

Bug description:
  Using rtm 87 in french locale

  - open settings->background
  - click on "add an image"
  - select gallery

  -> the events/photos top-left menu and header titles show as
  untranslated, the same titles are displayed correctly translated in
  the non picker mode (confirming that the translations are available on
  disk)

  The same thing happens if gallery is already open before so it doesn't
  seem to be due to the content-picker invocation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1378384/+subscriptions


References