diff options
| author | ssotoen <68116836+ssotoen@users.noreply.github.com> | 2024-08-05 12:01:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 10:01:57 +0000 |
| commit | d769b21356665da50fbe4e7ef69fd20a1ef2363b (patch) | |
| tree | 9b8cedfb98b3d33fd4772b544543f07d3510b41d /tests/suite | |
| parent | 33f13d78817dfb89134916f950323889fcc897aa (diff) | |
Add Latin translation (#4609)
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/text/smartquote.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/text/smartquote.typ b/tests/suite/text/smartquote.typ index 02ac4455..4c27be07 100644 --- a/tests/suite/text/smartquote.typ +++ b/tests/suite/text/smartquote.typ @@ -36,6 +36,14 @@ #set text(lang: "ru") "Лошадь не ест салат из огурцов" - это была первая фраза, сказанная по 'телефону'. +#set text(lang: "it") +"Il cavallo non mangia insalata di cetrioli" è stata la prima frase pronunciata al 'telefono'. + +#set text(lang: "la") +#set smartquote(alternative: true) +"Equus cucumeris sem non edit" prima sententia in 'telephono' prolata fuit. +#set smartquote(alternative: false) + --- smartquote-empty --- // Test single pair of quotes. "" |
