Language tweaks

This commit is contained in:
Dianne Skoll
2022-03-20 14:20:01 -04:00
parent d30f347a0b
commit cb8b7f85af
2 changed files with 8 additions and 2 deletions

View File

@@ -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"

View File

@@ -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")]