Public bug reported:

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;

** Affects: gallery-app (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: touch

** Description changed:

  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
+ 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;

** Description changed:

  Ubuntu Touch OTA 9.1
  
  By source text:
- Delete %1 photos 
+ Delete %1 photos
  // Located in rc/qml/EventsOverview.qml:81   rc/qml/PhotosOverview.qml:90
  
- Delete %1 videos 
+ Delete %1 videos
  // Located in rc/qml/EventsOverview.qml:83 rc/qml/PhotosOverview.qml:92
  
- Delete %1 photos and 1 video 
+ Delete %1 photos and 1 video
  // Located in rc/qml/EventsOverview.qml:86 rc/qml/PhotosOverview.qml:95
  
- Delete 1 photo and %1 videos 
+ Delete 1 photo and %1 videos
  // Located in rc/qml/EventsOverview.qml:88 rc/qml/PhotosOverview.qml:97
  
- Delete %1 photos and %2 videos 
+ 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;

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551149

Title:
  slovak locale plural

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to