summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorfelipeacsi <felipeacsi@gmail.com>2023-04-05 06:17:07 -0400
committerGitHub <noreply@github.com>2023-04-05 12:17:07 +0200
commitdf7160f5b2f4e656d8b21dc3aad02106d577c63d (patch)
tree83116f3a206e4a9cbdda4c64a44bb70f69761915 /src/doc.rs
parent69ba8884f7f697c3c3824e695d948eb293debec5 (diff)
Spanish support (#548)
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 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.