Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Add public transport categories #1403

Merged
merged 1 commit into from
Sep 16, 2022
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
5 changes: 5 additions & 0 deletions config/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,10 @@ window.categories = [
_('viewpoint'),
_('charging station'),
_('airport'),
_('subway'),
_('bus stop'),
_('bus station'),
_('tram stop'),
_('public transport station'),
_('osteopathy'),
];
10 changes: 10 additions & 0 deletions config/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,15 @@
name: charging_station
- label: _('airport')
name: airport
- label: _('subway')
name: subway
- label: _('bus stop')
name: bus_stop
- label: _('bus station')
name: bus_station
- label: _('tram stop')
name: tram_stop
- label: _('public transport station')
name: public_transport_station
- label: _('osteopathy')
name: health_osteopathy
3 changes: 3 additions & 0 deletions language/message/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,9 @@ msgstr "Pub"
msgid "public building"
msgstr "Öffentliches Gebäude"

msgid "public transport station"
msgstr "öffentliche Verkehrsmittel"

msgid "rc car"
msgstr "RC-Car"

Expand Down
3 changes: 3 additions & 0 deletions language/message/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,9 @@ msgstr ""
msgid "public building"
msgstr ""

msgid "public transport station"
msgstr "public transport station"

msgid "rc car"
msgstr ""

Expand Down
3 changes: 3 additions & 0 deletions language/message/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,9 @@ msgstr "taberna"
msgid "public building"
msgstr "edificio público"

msgid "public transport station"
msgstr "transporte público"

msgid "rc car"
msgstr "coche de radio control"

Expand Down
3 changes: 3 additions & 0 deletions language/message/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,9 @@ msgstr "pub"
msgid "public building"
msgstr "bâtiment public"

msgid "public transport station"
msgstr "transport en commun"

msgid "rc car"
msgstr "voiture radio commandée"

Expand Down
3 changes: 3 additions & 0 deletions language/message/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,9 @@ msgstr "pub"
msgid "public building"
msgstr "edificio pubblico"

msgid "public transport station"
msgstr "trasporto pubblico"

msgid "rc car"
msgstr "macchina radiocomandata"

Expand Down