diff options
| author | zymon <s@zymon.org> | 2023-04-06 14:53:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 14:53:18 +0200 |
| commit | 6f13a3f8b9c1d4e456d2fbf26550294b3ee130b2 (patch) | |
| tree | c333aab0eb636204ccc61688aad50981e8b0a418 /src | |
| parent | a3055a7a7194e43331a863cd0b8b8d423ba538bd (diff) | |
add support for polish language (#623)
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -520,6 +520,7 @@ impl Lang { pub const FRENCH: Self = Self(*b"fr ", 2); pub const GERMAN: Self = Self(*b"de ", 2); pub const ITALIAN: Self = Self(*b"it ", 2); + pub const POLISH: Self = Self(*b"pl ", 2); pub const PORTUGUESE: Self = Self(*b"pt ", 2); pub const RUSSIAN: Self = Self(*b"ru ", 2); pub const SLOVENIAN: Self = Self(*b"sl ", 2); |
