ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #09230
[Bug 1551149] Re: slovak locale plural
This bug was fixed in the package gallery-app -
0.0.67+16.04.20160426-0ubuntu1
---------------
gallery-app (0.0.67+16.04.20160426-0ubuntu1) xenial; urgency=medium
* Add linker flag to strip gallery-app binary file (LP: #1570616)
* Add proper ngettext-style plural forms (LP: #1551149)
* Check MimeType to verify if it's an image format before adding to
gallery's collection (LP: #1536168)
* If there is a .nomedia file ignores all files and dirs bellow the
current path (LP: #1568310)
* Stop using C++ Content Hub API and use QML one instead (LP:
#1568857)
* Use Settings instead of StateSaver to open gallery always on the
last tab viewed (LP: #1560159)
* Wait gallery ends collection processing before loading events model
on picker mode (LP: #1569844)
-- Arthur Mello <arthur.mello@xxxxxxxxxxxxx> Tue, 26 Apr 2016 23:28:09
+0000
** Changed in: gallery-app (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1551149
Title:
slovak locale plural
Status in Canonical System Image:
Fix Committed
Status in gallery-app package in Ubuntu:
Fix Released
Bug description:
Ubuntu Touch OTA 9.1
By source text:
Delete %1 photos
// Located in rc/qml/EventsOverview.qml:81 rc/qml/PhotosOverview.qml:90
Delete %1 videos
// Located in rc/qml/EventsOverview.qml:83 rc/qml/PhotosOverview.qml:92
Delete %1 photos and 1 video
// Located in rc/qml/EventsOverview.qml:86 rc/qml/PhotosOverview.qml:95
Delete 1 photo and %1 videos
// Located in rc/qml/EventsOverview.qml:88 rc/qml/PhotosOverview.qml:97
Delete %1 photos and %2 videos
// Located in rc/qml/EventsOverview.qml:92 rc/qml/PhotosOverview.qml:101
should be set plural:
nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1551149/+subscriptions
References