summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbdulmelik Bekmez <61517310+abdulmelikbekmez@users.noreply.github.com>2023-06-12 13:44:21 +0300
committerGitHub <noreply@github.com>2023-06-12 12:44:21 +0200
commit6a7182fcf71d05e2bb32072a56715497a03f0314 (patch)
tree725388157c5f7e7b6f3a4a3f8ef3669b14c4b7d7 /src
parent7049a4563403e653f5c1f816da3dfd9025c6787a (diff)
Add translation for Turkish (#1466)
Diffstat (limited to 'src')
-rw-r--r--src/doc.rs1
1 files changed, 1 insertions, 0 deletions
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);