diff options
| author | Nazar Serhiichuk <43041209+G1gg1L3s@users.noreply.github.com> | 2023-04-05 13:13:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 12:13:25 +0200 |
| commit | 69ba8884f7f697c3c3824e695d948eb293debec5 (patch) | |
| tree | 88445e282af76742295e2bb009d5d1e620391563 /src | |
| parent | f548223663189a47b9abb91587b53442891abc57 (diff) | |
Add support for ukrainian lang (#578)
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 UKRAINIAN: Self = Self(*b"ua ", 2); /// Return the language code as an all lowercase string slice. pub fn as_str(&self) -> &str { |
