blob: e41dc0f66d473fa0b05c0e83db6a817545c60400 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@diagnostic disable: undefined-global
return {
s('Sehr geehrte', {
t('Sehr geehrte Damen und Herren,\n'),
t('\n'),
i(0),
t('\n'),
t('Mit freundlichen Grüßen,\n'),
}),
}
|