Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain how multiple housenumbers are tagged #939

Merged
merged 4 commits into from
Mar 11, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,5 +496,5 @@ Otherwise, you can download another keyboard in the app store. Popular keyboards
<string name="quest_fee_not_at_hours">Yes, but not…</string>
<string name="quest_fee_hours_title">at the following times:</string>
<string name="quest_housenumber_multiple_numbers">It has multiple house numbers</string>
<string name="quest_housenumber_multiple_numbers_description">"You can simply input comma-separated house numbers or as ranges,\nlike i.e. 1,3 or 2&#45;6."</string>
<string name="quest_housenumber_multiple_numbers_description">"You can simply enter comma-separated house numbers or ranges.\nFor instance 1,3 or 2-6."</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe nitpick, but why choose comma as separator instead of semi-colon, which ismuch more commun I think in OSM?
https://wiki.openstreetmap.org/wiki/Semi-colon_value_separator

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"," is more common for housenumbers. Search for "," vs ";" on taginfo

</resources>