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/suite/model | |
| parent | 45377f25ecbd33b56ec5fcd1335f20b13488a93d (diff) | |
Fix wrong Greek and Ukrainian language codes (#5261)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite/model')
| -rw-r--r-- | tests/suite/model/figure.typ | 4 |
1 files changed, 2 insertions, 2 deletions
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: [Ένας κύκλος.], |
