diff options
| author | Abdulmelik Bekmez <61517310+abdulmelikbekmez@users.noreply.github.com> | 2023-06-12 13:44:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 12:44:21 +0200 |
| commit | 6a7182fcf71d05e2bb32072a56715497a03f0314 (patch) | |
| tree | 725388157c5f7e7b6f3a4a3f8ef3669b14c4b7d7 /library/src/math | |
| parent | 7049a4563403e653f5c1f816da3dfd9025c6787a (diff) | |
Add translation for Turkish (#1466)
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 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", |
