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) --- src/doc.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/doc.rs') diff --git a/src/doc.rs b/src/doc.rs index 1dc2a072..630def0c 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -532,6 +532,7 @@ impl Lang { pub const SLOVENIAN: Self = Self(*b"sl ", 2); pub const SPANISH: Self = Self(*b"es ", 2); pub const SWEDISH: Self = Self(*b"sv ", 2); + pub const TURKISH: Self = Self(*b"tr ", 2); pub const UKRAINIAN: Self = Self(*b"ua ", 2); pub const VIETNAMESE: Self = Self(*b"vi ", 2); -- cgit v1.2.3