Synthesize mixed-case translations.

This commit is contained in:
Dianne Skoll
2024-12-10 17:02:41 -05:00
parent 13ae49d3cd
commit d3e6c81a3a
6 changed files with 101 additions and 6 deletions

View File

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