From bb85b59aefb1e916aa17d7c9f2602fc441e8d7b1 Mon Sep 17 00:00:00 2001 From: pog102 Date: Fri, 11 Jul 2025 17:58:03 +0300 Subject: [PATCH] forgot to add the constant --- crates/typst-library/src/text/lang.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/typst-library/src/text/lang.rs b/crates/typst-library/src/text/lang.rs index 71a183815..4f8d1e93f 100644 --- a/crates/typst-library/src/text/lang.rs +++ b/crates/typst-library/src/text/lang.rs @@ -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);