diff options
| author | Dimitri Kokkonis <kokkonisd@gmail.com> | 2023-11-14 15:59:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-14 15:59:30 +0100 |
| commit | 897447e8593f00971de3a966d3fb23cf2b1e0f92 (patch) | |
| tree | d4da9c988b4d0f28af0495d2c5543447fd51121b /tests/typ/text | |
| parent | d77356a16f3d2493709f5ebd78c0ce489a4fd98c (diff) | |
Translate local names to Greek (#2684)
Additionally, add support for single and double quotes in Greek.
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/quotes.typ | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/typ/text/quotes.typ b/tests/typ/text/quotes.typ index e8a56b4d..3b4eb6ba 100644 --- a/tests/typ/text/quotes.typ +++ b/tests/typ/text/quotes.typ @@ -25,6 +25,9 @@ #set text(lang: "fi") "Hevonen ei syö kurkkusalaattia" oli ensimmäinen koskaan 'puhelimessa' lausuttu lause. +#set text(lang: "gr") +"Το άλογο δεν τρώει αγγουροσαλάτα" ήταν η πρώτη πρόταση που ειπώθηκε στο 'τηλέφωνο'. + #set text(lang: "he") "הסוס לא אוכל סלט מלפפונים" היה המשפט ההראשון שנאמר ב 'טלפון'. |
