diff options
fix: message bugs
Diffstat (limited to 'messages/en-gb.json')
-rw-r--r-- | messages/en-gb.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/messages/en-gb.json b/messages/en-gb.json index 6a11665..db3dabc 100644 --- a/messages/en-gb.json +++ b/messages/en-gb.json @@ -2,7 +2,7 @@ "$schema": "https://inlang.com/schema/inlang-message-format", "locale_page_informational_message": "You're currently using the en-GB locale.", "lang_short": "en", - "to": "to", + "in_direction_of": "to", "from": "from", "connection_cancelled": "This connection has been cancelled.", "line_number_accuracy": "Line information may be inaccurate", @@ -33,10 +33,10 @@ "declarations": ["input mode", "input track"], "selectors": ["mode"], "match": { - "mode=*": "Track {track}", "mode=BUS": "Stop {track}", "mode=TRAM": "Stop {track}", - "mode=COACH": "Stop {track}" + "mode=COACH": "Stop {track}", + "mode=*": "Track {track}" } } ], |