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/math/mod.rs | |
| parent | 904667861074785222749e4ffe4f9b51a23b5079 (diff) | |
Add Czech translation (#683)
Diffstat (limited to 'library/src/math/mod.rs')
| -rw-r--r-- | library/src/math/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index 08370020..27eeb695 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -277,6 +277,7 @@ impl LocalName for EquationElem { Lang::ARABIC => "معادلة", Lang::BOKMÅL => "Ligning", Lang::CHINESE => "等式", + Lang::CZECH => "Rovnice", Lang::FRENCH => "Équation", Lang::GERMAN => "Gleichung", Lang::ITALIAN => "Equazione", |
