diff options
| author | teenjuna <53595243+teenjuna@users.noreply.github.com> | 2023-04-05 21:46:01 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 16:46:01 +0200 |
| commit | 222c590788a30eb14a905c7593d2edaa4b91cd34 (patch) | |
| tree | a202abcc1ae71ecb1dd0e069134fc8e7a5ec902d /library/src | |
| parent | 70a909b8badec1f14b67338a0e010e9a374866b8 (diff) | |
Fix RU translation for raw block (#596)
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/text/raw.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs index 69afe3a9..4a9f9bff 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -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", |
