diff options
| author | Vid Drobnič <vid.drobnic@gmail.com> | 2023-04-06 14:52:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 14:52:25 +0200 |
| commit | a3055a7a7194e43331a863cd0b8b8d423ba538bd (patch) | |
| tree | 411d3e1e71b28f0a30a9263830c74132dc728a3a /src | |
| parent | 4f4af02acea0022a5c1966d9b7b4150b35749edd (diff) | |
add support for slovenian language (#621)
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
