mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Synthesize mixed-case translations.
This commit is contained in:
@@ -1263,6 +1263,17 @@ set a 1/0
|
||||
TRANSLATE "Division by zero"
|
||||
set a 1/0
|
||||
|
||||
TRANSLATE "Moo" "Bark"
|
||||
TRANSLATE "meow" "chirp"
|
||||
|
||||
DEBUG +x
|
||||
set a _("moo")
|
||||
set a _("Moo")
|
||||
set a _("MOO")
|
||||
set a _("meow")
|
||||
set a _("Meow")
|
||||
set a _("MEOW")
|
||||
|
||||
# Output expression-node stats
|
||||
DEBUG +s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user