summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorzymon <s@zymon.org>2023-04-06 14:53:18 +0200
committerGitHub <noreply@github.com>2023-04-06 14:53:18 +0200
commit6f13a3f8b9c1d4e456d2fbf26550294b3ee130b2 (patch)
treec333aab0eb636204ccc61688aad50981e8b0a418 /src/doc.rs
parenta3055a7a7194e43331a863cd0b8b8d423ba538bd (diff)
add support for polish language (#623)
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc.rs b/src/doc.rs
index b7f761d9..afeaa3f3 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -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);