summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 18336e93..0f3ade02 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 SPANISH: Self = Self(*b"es ", 2);
pub const UKRAINIAN: Self = Self(*b"ua ", 2);
/// Return the language code as an all lowercase string slice.