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/math/mod.rs | |
| parent | a3055a7a7194e43331a863cd0b8b8d423ba538bd (diff) | |
add support for polish language (#623)
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 f961e06b..d3d9986a 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -278,6 +278,7 @@ impl LocalName for EquationElem { Lang::FRENCH => "Équation", Lang::GERMAN => "Gleichung", Lang::ITALIAN => "Equazione", + Lang::POLISH => "Równanie", Lang::PORTUGUESE => "Equação", Lang::RUSSIAN => "Уравнение", Lang::SPANISH => "Ecuación", |
