From 9bf4a6091ee9b008b5779a2b11797a009dd949a3 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 31 Aug 2023 18:29:44 -0700 Subject: [PATCH] Add 4th parameter for Dutch, etc --- index.html | 65 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 1ef075b..7a7376f 100644 --- a/index.html +++ b/index.html @@ -206,12 +206,13 @@
Formatter strings use numbered variables like %1$s to indicate parts that should be replaced by other text. For example "%1$s %2$s onto %3$s"
becomes "In 500 meters make a right turn onto Main Street"

- whereas "%3$s is the place to %2$s when you reach it %1$s"
becomes "Main Street is the place to make a right turn when you reach it in 500 meters." + whereas "%4$s onto %3$s a %2$s when you reach it %1$s"
can become "Make onto Main Street a right turn when you reach it in 500 meters." with the help of _street and _street_verb strings.