summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorDimitri Kokkonis <kokkonisd@gmail.com>2023-11-14 15:59:30 +0100
committerGitHub <noreply@github.com>2023-11-14 15:59:30 +0100
commit897447e8593f00971de3a966d3fb23cf2b1e0f92 (patch)
treed4da9c988b4d0f28af0495d2c5543447fd51121b /tests/typ
parentd77356a16f3d2493709f5ebd78c0ce489a4fd98c (diff)
Translate local names to Greek (#2684)
Additionally, add support for single and double quotes in Greek.
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/meta/figure-localization.typ8
-rw-r--r--tests/typ/text/quotes.typ3
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/typ/meta/figure-localization.typ b/tests/typ/meta/figure-localization.typ
index e6bde0e4..144d9d67 100644
--- a/tests/typ/meta/figure-localization.typ
+++ b/tests/typ/meta/figure-localization.typ
@@ -24,3 +24,11 @@
polygon.regular(size: 1cm, vertices: 8),
caption: [Пятиугольник],
)
+
+---
+// Test Greek
+#set text(lang: "gr")
+#figure(
+ circle(),
+ caption: [Ένας κύκλος.],
+)
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")
"הסוס לא אוכל סלט מלפפונים" היה המשפט ההראשון שנאמר ב 'טלפון'.