Skip to content

Commit

Permalink
Merge pull request opentripplanner#727 from StichtingOpenGeo/master
Browse files Browse the repository at this point in the history
Dutch: webapp: locale: sync bikeshare optional locale changes
  • Loading branch information
novalis committed May 12, 2012
2 parents ba43350 + 10daec2 commit 90f8876
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions opentripplanner-webapp/src/main/webapp/js/otp/locale/Dutch.js
Expand Up @@ -348,6 +348,20 @@ otp.locale.Dutch = {
],

mode :
[
['TRANSIT,WALK', 'OV'],
['BUSISH,WALK', 'Alleen bus'],
['TRAINISH,WALK', 'Alleen trein'],
['WALK', 'Alleen lopen'],
['BICYCLE', 'Fiets'],
['TRANSIT,BICYCLE', 'OV & Fiets']
],

// TODO: remove this hack, and provide code that allows the mode array to be configured with different transit modes.
// (note that we've been broken for awhile here, since many agencies don't have a 'Train' mode either...this needs attention)
// IDEA: maybe we start with a big array (like below), and the pull out modes from this array when turning off various modes...

with_bikeshare_mode :
[
['TRANSIT,WALK', 'OV'],
['BUSISH,WALK', 'Alleen bus'],
Expand Down

0 comments on commit 90f8876

Please sign in to comment.