Convert files we ship to use %(foo) in place of [_("foo")]

This commit is contained in:
Dianne Skoll
2024-12-12 16:43:30 -05:00
parent 3c95245407
commit c8295b6251
6 changed files with 51 additions and 44 deletions

View File

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