ideditor / schema-builder

🏗🏷 Create tagging schemas for iD
ISC License
12 stars 16 forks source link

Delimited translated strings should be converted to arrays in dist output #84

Open bryceco opened 1 year ago

bryceco commented 1 year ago

Currently translations for features contain a "terms" entry that is a "," delimited string, and an "aliases" entry that is a "\n" delimited string. These should be automatically converted to arrays of strings so they match the format of terms and aliases documented in the schema.

bryceco commented 1 year ago

Related to https://github.com/openstreetmap/id-tagging-schema/issues/472