From 31eb3b571e99d84bcd4630810888cadeced01e15 Mon Sep 17 00:00:00 2001 From: ichxorya Date: Tue, 11 Apr 2023 19:04:13 +0700 Subject: Add Vietnamese Translation (#684) --- src/doc.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/doc.rs b/src/doc.rs index 2852c68d..c2ed5b49 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -528,6 +528,7 @@ impl Lang { pub const SLOVENIAN: Self = Self(*b"sl ", 2); pub const SPANISH: Self = Self(*b"es ", 2); pub const UKRAINIAN: Self = Self(*b"ua ", 2); + pub const VIETNAMESE: Self = Self(*b"vi ", 2); /// Return the language code as an all lowercase string slice. pub fn as_str(&self) -> &str { -- cgit v1.2.3