We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running with the following config:
CONFIG=landstadtmobil API_URL=https://api.dev.stadtnavi.eu yarn run dev
you can see that the rental bikes (actually scooters) popups are empty:
This is because DT assumes that these are stations that have a name. These individual scooters have no names.
Acceptance criteria
When name is empty or empty string, then use the translation key {network}-station-no-id, which in the TIER Reutlingen case is just "TIER E-Scooter".
{network}-station-no-id
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When running with the following config:
you can see that the rental bikes (actually scooters) popups are empty:
This is because DT assumes that these are stations that have a name. These individual scooters have no names.
Acceptance criteria
When name is empty or empty string, then use the translation key
{network}-station-no-id
, which in the TIER Reutlingen case is just "TIER E-Scooter".The text was updated successfully, but these errors were encountered: