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

Remove spaces from emergency:shelter_type & access values #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions TaiwanOnly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
<key key="emergency:social_facility:opening_hours" value="closed " />
<key key="emergency" value="assembly_point" />
<text key="emergency:social_facility:id" text="避難所編號" />
<combo key="emergency:shelter_type" values="earthquake, floods, tsunami, debris flow" editable="true" text="災難類型"/>
<combo key="emergency:shelter_type" values="earthquake,floods,tsunami,debris flow" editable="true" text="災難類型"/>
<text key="emergency:operator" text="管理單位" />
<text key="emergency:operator:phone" text="管理單位電話" />
<text key="emergency:social_facility:capacity" text="容納人數" />
Expand All @@ -396,7 +396,7 @@
<combo key="source" text="Source" values="survey" editable="true" />
<check key="indoor" text="Indoor" default="on" />
<text key="level" text="Level" />
<combo key="access" text="Access" values="yes, no, permissive, customers" />
<combo key="access" text="Access" values="yes,no,permissive,customers" />
<text key="opening_hours" text="Opening Hours" />
<space />
<combo key="brand" text="Brand" values="賀眾, 3M" editable="true" />
Expand Down