forgot to add the constant

This commit is contained in:
pog102 2025-07-11 17:58:03 +03:00
parent 87c46e0145
commit bb85b59aef

View File

@ -91,6 +91,7 @@ impl Lang {
pub const JAPANESE: Self = Self(*b"ja ", 2);
pub const LATIN: Self = Self(*b"la ", 2);
pub const LATVIAN: Self = Self(*b"lv ", 2);
pub const LITHUANIAN: Self = Self(*b"lt ", 2);
pub const LOWER_SORBIAN: Self = Self(*b"dsb", 3);
pub const NYNORSK: Self = Self(*b"nn ", 2);
pub const POLISH: Self = Self(*b"pl ", 2);