From a3055a7a7194e43331a863cd0b8b8d423ba538bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vid=20Drobni=C4=8D?= Date: Thu, 6 Apr 2023 14:52:25 +0200 Subject: add support for slovenian language (#621) --- src/doc.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/doc.rs b/src/doc.rs index aa460bd3..b7f761d9 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -522,6 +522,7 @@ impl Lang { pub const ITALIAN: Self = Self(*b"it ", 2); pub const PORTUGUESE: Self = Self(*b"pt ", 2); 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 UKRAINIAN: Self = Self(*b"ua ", 2); -- cgit v1.2.3