diff options
| author | Olle MÃ¥nsson <31876997+ollema@users.noreply.github.com> | 2023-05-29 20:07:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 20:07:27 +0200 |
| commit | eab267bef081e6058055715555156e119ce9c086 (patch) | |
| tree | 274e18eec13a128e3028a4012899f125602bd0d0 /src | |
| parent | 1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (diff) | |
feat: Add Swedish (#1353)
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -529,6 +529,7 @@ impl Lang { pub const RUSSIAN: Self = Self(*b"ru ", 2); pub const SLOVENIAN: Self = Self(*b"sl ", 2); pub const SPANISH: Self = Self(*b"es ", 2); + pub const SWEDISH: Self = Self(*b"sv ", 2); pub const UKRAINIAN: Self = Self(*b"ua ", 2); pub const VIETNAMESE: Self = Self(*b"vi ", 2); |
