summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorAndrew Voynov <37143421+Andrew15-5@users.noreply.github.com>2023-11-11 12:46:25 +0300
committerGitHub <noreply@github.com>2023-11-11 10:46:25 +0100
commita44141be2e7688e99dc5510667f2f16eb1fb9d76 (patch)
tree6a92277dd3187b42092bafa9b6e1f48bb5b5fb47 /tests/typ
parent13f1a4386faac13b21722b744843152a88791e50 (diff)
Changed default `image` Russian supplement to short form (#2637)
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/meta/figure-localization.typ9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/meta/figure-localization.typ b/tests/typ/meta/figure-localization.typ
index da0fb28a..e6bde0e4 100644
--- a/tests/typ/meta/figure-localization.typ
+++ b/tests/typ/meta/figure-localization.typ
@@ -15,3 +15,12 @@
rect(),
caption: [一个矩形],
)
+
+---
+// Test Russian
+#set text(lang: "ru")
+
+#figure(
+ polygon.regular(size: 1cm, vertices: 8),
+ caption: [Пятиугольник],
+)