From eab267bef081e6058055715555156e119ce9c086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olle=20M=C3=A5nsson?= <31876997+ollema@users.noreply.github.com> Date: Mon, 29 May 2023 20:07:27 +0200 Subject: feat: Add Swedish (#1353) --- 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 237f0c71..59bbbbdd 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -529,6 +529,7 @@ impl Lang { pub const RUSSIAN: Self = Self(*b"ru ", 2); 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 UKRAINIAN: Self = Self(*b"ua ", 2); pub const VIETNAMESE: Self = Self(*b"vi ", 2); -- cgit v1.2.3