mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Language tweaks
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user