Project-OSRM / osrm-text-instructions

Text instructions from OSRM route responses
BSD 2-Clause "Simplified" License
90 stars 62 forks source link

Add "exit {exit}" to phrases #217

Closed allierowan closed 6 years ago

allierowan commented 6 years ago

We are hardcoding the word "exit" because we don't have a phrase for it here. I have added it to the phrases section.

"phrases": {
              ...,
              "exit": "sortie {exit}"
            }

Tasklist

@mcwhittemore @lyzidiamond @1ec5 thoughts on this approach? Should I add this section to all languages with the english fallback?

allierowan commented 6 years ago

I have made these updates.

cc @mcwhittemore @1ec5 @lyzidiamond