Some strings need proper plural forms
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gallery-app (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
The following pairs of strings need to be fetched with proper ngettext-style plural forms:
Delete 1 photo
Located in rc/qml/
Delete %1 photos
Located in rc/qml/
Delete 1 video
Located in rc/qml/
Delete %1 videos
Located in rc/qml/
Delete %1 photos and 1 video
Located in rc/qml/
Delete %1 photos and %2 videos
Located in rc/qml/
Delete 1 photo and %1 videos
Located in rc/qml/
Delete 1 photo and 1 video
Located in rc/qml/
Gnome have a nice solution for the bottom 4 strings - maybe their algorithm can be ported:
https:/
Changed in gallery-app: | |
status: | New → Confirmed |
importance: | Undecided → High |
affects: | gallery-app → gallery-app (Ubuntu) |
See also: https:/ /bugs.launchpad .net/gallery- app/+bug/ 1429159