From cb8b7f85aff7abba29c4526c2b3f4ba59531104e Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 20 Mar 2022 14:20:01 -0400 Subject: [PATCH] Language tweaks --- include/lang/fr.rem | 1 + tests/tstlang.rem | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/lang/fr.rem b/include/lang/fr.rem index d70d3255..04707b60 100644 --- a/include/lang/fr.rem +++ b/include/lang/fr.rem @@ -24,6 +24,7 @@ SET $December "décembre" SET $Today "aujourd'hui" SET $Tomorrow "demain" SET $On "le" +SET $At "à" SET $Now "maintenant" SET $Minute "minute" SET $Hour "heure" diff --git a/tests/tstlang.rem b/tests/tstlang.rem index bbf301c4..31523ed3 100644 --- a/tests/tstlang.rem +++ b/tests/tstlang.rem @@ -28,6 +28,13 @@ if !$RunOff || !$DontQueue || $DontTrigAts exit endif +# Include a language file, if that's given as "-ii=/path" + +if defined("i") + do [i] + msg INCLUDING [i] +endif + # Set up a few useful definitions fset show(x) "%%" + x + " yields: " + char(34) + "%" + x + char(34) + "% and %%*" + x + " yields: " + char(34) + "%*" + x + char(34) + "%" set a trigger(today()+2) + " ++2" @@ -37,8 +44,6 @@ set tu now()-134 set d a + " at " + tt set e a + " at " + tu -msg The above is the default banner for the [l] language. - msg The following are the two-day-in-advance substitutions:% [a] msg [show("a")] [a] msg [show("b")]