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/meta | |
| parent | d77356a16f3d2493709f5ebd78c0ce489a4fd98c (diff) | |
Translate local names to Greek (#2684)
Additionally, add support for single and double quotes in Greek.
Diffstat (limited to 'tests/typ/meta')
| -rw-r--r-- | tests/typ/meta/figure-localization.typ | 8 |
1 files changed, 8 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: [Ένας κύκλος.], +) |
