From 6a7182fcf71d05e2bb32072a56715497a03f0314 Mon Sep 17 00:00:00 2001 From: Abdulmelik Bekmez <61517310+abdulmelikbekmez@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:44:21 +0300 Subject: Add translation for Turkish (#1466) --- library/src/math/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/src/math') diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index 4ab23f23..6473fc91 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -332,6 +332,7 @@ impl LocalName for EquationElem { Lang::SLOVENIAN => "Enačba", Lang::SPANISH => "Ecuación", Lang::SWEDISH => "Ekvation", + Lang::TURKISH => "Denklem", Lang::UKRAINIAN => "Рівняння", Lang::VIETNAMESE => "Phương trình", Lang::ENGLISH | _ => "Equation", -- cgit v1.2.3