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/typ/meta/figure-localization.typ | 8 ++++++++ tests/typ/text/quotes.typ | 3 +++ 2 files changed, 11 insertions(+) (limited to 'tests/typ') 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