diff options
| author | zymon <s@zymon.org> | 2023-04-06 14:53:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 14:53:18 +0200 |
| commit | 6f13a3f8b9c1d4e456d2fbf26550294b3ee130b2 (patch) | |
| tree | c333aab0eb636204ccc61688aad50981e8b0a418 /library/src/text | |
| parent | a3055a7a7194e43331a863cd0b8b8d423ba538bd (diff) | |
add support for polish language (#623)
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/raw.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs index d3a94b91..a1a5d11f 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -206,6 +206,7 @@ impl LocalName for RawElem { Lang::ITALIAN => "Codice", Lang::RUSSIAN => "Листинг", Lang::FRENCH => "Liste", + Lang::POLISH => "Program", Lang::SLOVENIAN => "Program", Lang::UKRAINIAN => "Лістинг", Lang::ENGLISH | Lang::GERMAN | _ => "Listing", |
