diff options
| author | Radim Sückr <radim.suckr@gmail.com> | 2023-04-11 14:04:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 14:04:44 +0200 |
| commit | 6f625fc73cd17f1a1025e88022e67730fb11b5c4 (patch) | |
| tree | 504dec18a14dedff80f08c75374027baf0518bcc /library/src/text/raw.rs | |
| parent | 904667861074785222749e4ffe4f9b51a23b5079 (diff) | |
Add Czech translation (#683)
Diffstat (limited to 'library/src/text/raw.rs')
| -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 97d57afa..c6fba253 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -205,6 +205,7 @@ impl LocalName for RawElem { Lang::ARABIC => "قائمة", Lang::BOKMÅL => "Utskrift", Lang::CHINESE => "代码", + Lang::CZECH => "Seznam", Lang::FRENCH => "Liste", Lang::GERMAN => "Listing", Lang::ITALIAN => "Codice", |
