From 897447e8593f00971de3a966d3fb23cf2b1e0f92 Mon Sep 17 00:00:00 2001 From: Dimitri Kokkonis Date: Tue, 14 Nov 2023 15:59:30 +0100 Subject: Translate local names to Greek (#2684) Additionally, add support for single and double quotes in Greek. --- tests/ref/meta/figure-localization.png | Bin 4493 -> 6629 bytes tests/ref/text/quotes.png | Bin 80933 -> 86003 bytes tests/typ/meta/figure-localization.typ | 8 ++++++++ tests/typ/text/quotes.typ | 3 +++ 4 files changed, 11 insertions(+) (limited to 'tests') diff --git a/tests/ref/meta/figure-localization.png b/tests/ref/meta/figure-localization.png index b0b708d9..5fcbd2b7 100644 Binary files a/tests/ref/meta/figure-localization.png and b/tests/ref/meta/figure-localization.png differ diff --git a/tests/ref/text/quotes.png b/tests/ref/text/quotes.png index 757e7478..535c2829 100644 Binary files a/tests/ref/text/quotes.png and b/tests/ref/text/quotes.png differ 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") "הסוס לא אוכל סלט מלפפונים" היה המשפט ההראשון שנאמר ב 'טלפון'. -- cgit v1.2.3