summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorVid Drobnič <vid.drobnic@gmail.com>2023-04-06 14:52:25 +0200
committerGitHub <noreply@github.com>2023-04-06 14:52:25 +0200
commita3055a7a7194e43331a863cd0b8b8d423ba538bd (patch)
tree411d3e1e71b28f0a30a9263830c74132dc728a3a /src/doc.rs
parent4f4af02acea0022a5c1966d9b7b4150b35749edd (diff)
add support for slovenian language (#621)
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs1
1 files changed, 1 insertions, 0 deletions
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);