OpenHistoricalMap / issues

File your issues here, regardless of repo until we get all our repos squared away; we don't want to miss anything.
Creative Commons Zero v1.0 Universal
19 stars 1 forks source link

All labels replaced by error messages in non-English iD locale #652

Closed 1ec5 closed 11 months ago

1ec5 commented 11 months ago

As of OpenHistoricalMap/iD#184, the label of each feature has been replaced by an error message when using iD in a language other than English. These two strings are untranslated because we haven’t set up translation yet: #470.

Missing en translation: inspector.display_name.dated

As a stopgap, we should hard-code inspector.display_name.dated in the two places where we’re using it. For the date range string, the most robust fix would be to call Intl.DateTimeFormat.prototype.formatRangeToParts(), passing in a nonce date to represent an empty value, and delete objects based on their source.

This is a blocker for release.