mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-29 12:27:09 +02:00
Mass replacement of %(is) with %!
This commit is contained in:
+11
-11
@@ -12,14 +12,14 @@
|
||||
# one of the regional *.rem files in the directory
|
||||
# [$SysInclude]/holidays/sv/
|
||||
|
||||
OMIT 1 January MSG %"New Year's Day%" %(is) %b.
|
||||
OMIT [easterdate($Uy)-3] MSG %"Maundy Thursday%" %(is) %b.
|
||||
OMIT [easterdate($Uy)-2] MSG %"Good Friday%" %(is) %b.
|
||||
OMIT [easterdate($Uy)-1] MSG %"Holy Saturday%" %(is) %b.
|
||||
OMIT 1 May MSG %"Labor Day%" %(is) %b.
|
||||
OMIT 10 May MSG %"Mothers' Day%" %(is) %b.
|
||||
OMIT 17 June MSG %"Fathers' Day%" %(is) %b.
|
||||
OMIT 6 August MSG %"Feast of San Salvador%" %(is) %b.
|
||||
OMIT 15 September MSG %"Independence Day%" %(is) %b.
|
||||
OMIT 2 November MSG %"All Souls' Day%" %(is) %b.
|
||||
OMIT 25 December MSG %"Christmas Day%" %(is) %b.
|
||||
OMIT 1 January MSG %"New Year's Day%" %! %b.
|
||||
OMIT [easterdate($Uy)-3] MSG %"Maundy Thursday%" %! %b.
|
||||
OMIT [easterdate($Uy)-2] MSG %"Good Friday%" %! %b.
|
||||
OMIT [easterdate($Uy)-1] MSG %"Holy Saturday%" %! %b.
|
||||
OMIT 1 May MSG %"Labor Day%" %! %b.
|
||||
OMIT 10 May MSG %"Mothers' Day%" %! %b.
|
||||
OMIT 17 June MSG %"Fathers' Day%" %! %b.
|
||||
OMIT 6 August MSG %"Feast of San Salvador%" %! %b.
|
||||
OMIT 15 September MSG %"Independence Day%" %! %b.
|
||||
OMIT 2 November MSG %"All Souls' Day%" %! %b.
|
||||
OMIT 25 December MSG %"Christmas Day%" %! %b.
|
||||
|
||||
Reference in New Issue
Block a user