Changed default image Russian supplement to short form (#2637)

This commit is contained in:
Andrew Voynov 2023-11-11 12:46:25 +03:00 committed by GitHub
parent 13f1a4386f
commit a44141be2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -242,7 +242,7 @@ impl LocalName for ImageElem {
Lang::POLISH => "Rysunek",
Lang::PORTUGUESE => "Figura",
Lang::ROMANIAN => "Figura",
Lang::RUSSIAN => "Рисунок",
Lang::RUSSIAN => "Рис.",
Lang::SLOVENIAN => "Slika",
Lang::SPANISH => "Figura",
Lang::SWEDISH => "Figur",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -15,3 +15,12 @@
rect(),
caption: [一个矩形],
)
---
// Test Russian
#set text(lang: "ru")
#figure(
polygon.regular(size: 1cm, vertices: 8),
caption: [Пятиугольник],
)