diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-03-31 19:56:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 19:56:41 +0200 |
| commit | cc67e5309994eefd1bd1c892f040ec7912052a4b (patch) | |
| tree | 7d27616bd54cfdd431060fd34e89fab95bd3f8d8 /library/src/math | |
| parent | 631ba40e57b4f121fe9335f334a76dd9c81de088 (diff) | |
Added FR language support (#483)
Diffstat (limited to 'library/src/math')
| -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 14973dae..467f91ff 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -267,6 +267,7 @@ impl Count for EquationElem { impl LocalName for EquationElem { fn local_name(&self, lang: Lang) -> &'static str { match lang { + Lang::FRENCH => "Équation", Lang::CHINESE => "等式", Lang::GERMAN => "Gleichung", Lang::ITALIAN => "Equazione", |
