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

Add region and geojson for the state of Ohio in the USA #1058

Merged
merged 7 commits into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions assets/regions/north-america/ohio.geojson

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions config/regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ regions:
name: New York State
flag: 🇺🇸
osmcha.id: be301bd2-e35c-45fe-bcff-17892fce6e2e
ohio:
name: Ohio
flag: 🇺🇸
osmcha.id: d525374c-7f38-468b-bb37-785bcdf85723
oregon:
name: Oregon
flag: 🇺🇸
Expand Down
4 changes: 4 additions & 0 deletions translations/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
<source>New York State</source>
<target>New York State</target>
</trans-unit>
<trans-unit id="Q4p9WQT" resname="Ohio">
<source>Ohio</source>
<target>Ohio</target>
</trans-unit>
<trans-unit id="mMtv4M6" resname="Oregon">
<source>Oregon</source>
<target>Oregon</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
<source>New York State</source>
<target state="final">État de New York</target>
</trans-unit>
<trans-unit id="Q4p9WQT" resname="Ohio">
<source>Ohio</source>
<target state="final">Ohio</target>
</trans-unit>
<trans-unit id="mMtv4M6" resname="Oregon">
<source>Oregon</source>
<target state="final">Oregon</target>
Expand Down