mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Convert files we ship to use %(foo) in place of [_("foo")]
This commit is contained in:
@@ -35,7 +35,7 @@ if defined("i")
|
||||
do [i]
|
||||
endif
|
||||
|
||||
REM MSG Language: [_("LANGID")]
|
||||
REM MSG Language: %(LANGID)
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user