Page MenuHomePhabricator

Incorrect plural collapsing in RubyYamlFFS
Closed, ResolvedPublic

Description

Causes results like this:

{{PLURAL|heading=Area Too Large|body=This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the following sources for bulk data downloads:|planet=Array|geofabrik=Array|metro=Array|Array}}

For input like this:

too_large:
  heading: "Area Too Large"
  body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the following sources for bulk data downloads:"
  planet:
    title: "Planet OSM"
    description: "Regularly-updated copies of the complete OpenStreetMap database"
  geofabrik:
    title: "Geofabrik Downloads"
    description: "Regularly-updated extracts of continents, countries, and selected cities"
  metro:
    title: "Metro Extracts"
    description: "Extracts for major world cities and their surrounding areas"
  other:
    title: "Other Sources"
    description: "Additional sources listed on the OpenStreetMap wiki"

Version: master
Severity: normal

Details

Reference
bz53644

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:10 AM
bzimport set Reference to bz53644.

Change 82115 had a related patch set uploaded by Nikerabbit:
(bug 53644) Incorrect plural flattening in RubyYamlFFS

https://gerrit.wikimedia.org/r/82115

Change 82115 had a related patch set uploaded by Siebrand:
(bug 53644) Incorrect plural flattening in RubyYamlFFS

https://gerrit.wikimedia.org/r/82115

Change 82115 merged by jenkins-bot:
Incorrect plural flattening in RubyYamlFFS

https://gerrit.wikimedia.org/r/82115

This was fixed when tried again.