aboutsummaryrefslogtreecommitdiffstats
path: root/messages/en-gb.json
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar 7222e800-c703-472d-a787-71b6b5cba4ef <memestrogenzone>2025-09-16 19:10:50 +0000
committerLibravatarLarge Libravatar 7222e800-c703-472d-a787-71b6b5cba4ef <memestrogenzone>2025-09-16 19:10:50 +0000
commitfdd7e75f5822d221e3bfae5f79aaffb40102bc3a (patch)
treeddbb788c709bf7ff77a5881e5f5a8efa3112eb74 /messages/en-gb.json
parent1108c18faa3f1b80831ad295db77e117b4956d81 (diff)
downloadfahrplan-fdd7e75f5822d221e3bfae5f79aaffb40102bc3a.tar.gz
fahrplan-fdd7e75f5822d221e3bfae5f79aaffb40102bc3a.tar.bz2
fahrplan-fdd7e75f5822d221e3bfae5f79aaffb40102bc3a.tar.lz
fahrplan-fdd7e75f5822d221e3bfae5f79aaffb40102bc3a.zip

fix: message bugs

feat/vehicle-itinerary
Diffstat (limited to 'messages/en-gb.json')
-rw-r--r--messages/en-gb.json6
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}"
}
}
],