diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-29 14:15:25 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-29 14:15:25 +0100 |
commit | d80d4c8c61522ddf5236bf1381197984722e15e3 (patch) | |
tree | a72436b7aab7706e7f49e580b349f147d5f642de /lib/Travel | |
parent | a60779e8b19a1db11a65467163e6be1ccfd8005b (diff) |
add language specifiers to remaining services
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index cd9e9f2..c31dcff 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -73,6 +73,7 @@ my %hafas_instance = ( stopfinder => 'https://reiseauskunft.insa.de/bin/ajax-getstop.exe', name => 'Nahverkehrsservice Sachsen-Anhalt', productbits => [qw[ice ice regio regio regio tram bus ondemand]], + languages => [qw[de en]], request => { client => { id => 'NASA', @@ -139,6 +140,7 @@ my %hafas_instance = ( stopfinder => 'https://fahrinfo.vbb.de/bin/ajax-getstop.exe', name => 'Verkehrsverbund Berlin-Brandenburg', productbits => [qw[s u tram bus ferry ice regio]], + languages => [qw[de en]], request => { client => { id => 'VBB', @@ -162,6 +164,7 @@ my %hafas_instance = ( productbits => [qw[ice ice regio regio s bus ferry u tram ondemand]], salt => 'SP31mBu' . 'fSyCLmNxp', micmac => 1, + languages => [qw[de en]], request => { client => { id => 'VBN', |