summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-03-31 19:56:41 +0200
committerGitHub <noreply@github.com>2023-03-31 19:56:41 +0200
commitcc67e5309994eefd1bd1c892f040ec7912052a4b (patch)
tree7d27616bd54cfdd431060fd34e89fab95bd3f8d8 /src
parent631ba40e57b4f121fe9335f334a76dd9c81de088 (diff)
Added FR language support (#483)
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 450f4964..b3ada72f 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -520,6 +520,7 @@ impl Lang {
pub const GERMAN: Self = Self(*b"de ", 2);
pub const RUSSIAN: Self = Self(*b"ru ", 2);
pub const ITALIAN: Self = Self(*b"it ", 2);
+ pub const FRENCH: Self = Self(*b"fr ", 2);
/// Return the language code as an all lowercase string slice.
pub fn as_str(&self) -> &str {