diff options
| author | Kevin K. <xkeviota@gmail.com> | 2024-10-28 15:42:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-28 14:42:25 +0000 |
| commit | 33a035ee0d9f12bc858e9a0cd37942eda1693798 (patch) | |
| tree | baffeef4332dc0492d588fcdae04cc276998ddd9 /tests | |
| parent | 45377f25ecbd33b56ec5fcd1335f20b13488a93d (diff) | |
Fix wrong Greek and Ukrainian language codes (#5261)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/figure-localization-el.png (renamed from tests/ref/figure-localization-gr.png) | bin | 966 -> 966 bytes | |||
| -rw-r--r-- | tests/ref/smartquote-el.png (renamed from tests/ref/smartquote-gr.png) | bin | 2008 -> 2008 bytes | |||
| -rw-r--r-- | tests/suite/model/figure.typ | 4 | ||||
| -rw-r--r-- | tests/suite/text/smartquote.typ | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/figure-localization-gr.png b/tests/ref/figure-localization-el.png Binary files differindex 51597968..51597968 100644 --- a/tests/ref/figure-localization-gr.png +++ b/tests/ref/figure-localization-el.png diff --git a/tests/ref/smartquote-gr.png b/tests/ref/smartquote-el.png Binary files differindex 56770fc5..56770fc5 100644 --- a/tests/ref/smartquote-gr.png +++ b/tests/ref/smartquote-el.png diff --git a/tests/suite/model/figure.typ b/tests/suite/model/figure.typ index 19e81116..58ba2b2a 100644 --- a/tests/suite/model/figure.typ +++ b/tests/suite/model/figure.typ @@ -244,9 +244,9 @@ We can clearly see that @fig-cylinder and caption: [Пятиугольник], ) ---- figure-localization-gr --- +--- figure-localization-el --- // Test Greek -#set text(lang: "gr") +#set text(lang: "el") #figure( circle(), caption: [Ένας κύκλος.], diff --git a/tests/suite/text/smartquote.typ b/tests/suite/text/smartquote.typ index fe398b7a..4940d11b 100644 --- a/tests/suite/text/smartquote.typ +++ b/tests/suite/text/smartquote.typ @@ -30,8 +30,8 @@ #set text(lang: "fi") "Hevonen ei syö kurkkusalaattia" oli ensimmäinen koskaan 'puhelimessa' lausuttu lause. ---- smartquote-gr --- -#set text(lang: "gr") +--- smartquote-el --- +#set text(lang: "el") "Το άλογο δεν τρώει αγγουροσαλάτα" ήταν η πρώτη πρόταση που ειπώθηκε στο 'τηλέφωνο'. --- smartquote-he --- |
