From bfe967d7e352f38228a8ccb8217a295868f7e5c3 Mon Sep 17 00:00:00 2001 From: Matthew Chase Whittemore Date: Fri, 1 Sep 2017 17:01:05 -0400 Subject: [PATCH] add instruction phases to en --- languages/translations/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/languages/translations/en.json b/languages/translations/en.json index d67a12093..8a4d61c36 100644 --- a/languages/translations/en.json +++ b/languages/translations/en.json @@ -50,6 +50,11 @@ "destination": "Take the ferry towards {destination}" } }, + "phrase": { + "two linked by distance": "{instruction_one} then in {distance} {instruction_two}", + "two linked": "{instruction_one} then {instruction_two}", + "one in distance": "In {distance}, {instruction_one}" + }, "arrive": { "default": { "default": "You have arrived at your {nth} destination"