diff options
| author | ichxorya <benghia1st@gmail.com> | 2023-04-11 19:04:13 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 14:04:13 +0200 |
| commit | 31eb3b571e99d84bcd4630810888cadeced01e15 (patch) | |
| tree | 07ebe9e328d87a4f89759e60c460bb12dbad2e2e /src/doc.rs | |
| parent | 894a78a42676acb3d34b6af9e66c7f5fc1e72d8a (diff) | |
Add Vietnamese Translation (#684)
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
