diff options
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 3085b1ae..be5ca12a 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -286,6 +286,7 @@ impl LocalName for EquationElem { Lang::SLOVENIAN => "Enačba", Lang::SPANISH => "Ecuación", Lang::UKRAINIAN => "Рівняння", + Lang::VIETNAMESE => "Phương trình", Lang::ENGLISH | _ => "Equation", } } |
