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

Commit

Permalink
Merge pull request #1403 from Qwant/add-public-transport-category
Browse files Browse the repository at this point in the history
Add public transport categories
  • Loading branch information
sdrll committed Sep 16, 2022
2 parents a7dc61f + 16ef32f commit 77de314
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 0 deletions.
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

0 comments on commit 77de314

Please sign in to comment.