mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix RU translation for raw block (#596)
This commit is contained in:
parent
70a909b8ba
commit
222c590788
@ -204,7 +204,7 @@ impl LocalName for RawElem {
|
||||
match lang {
|
||||
Lang::CHINESE => "代码",
|
||||
Lang::ITALIAN => "Codice",
|
||||
Lang::RUSSIAN => "код",
|
||||
Lang::RUSSIAN => "Листинг",
|
||||
Lang::FRENCH => "Liste",
|
||||
Lang::UKRAINIAN => "Лістинг",
|
||||
Lang::ENGLISH | Lang::GERMAN | _ => "Listing",
|
||||
|
Loading…
x
Reference in New Issue
Block a user