mirror of
https://github.com/typst/typst
synced 2025-08-18 00:48:34 +08:00
Compare commits
2 Commits
c724039194
...
84bcf2f020
Author | SHA1 | Date | |
---|---|---|---|
|
84bcf2f020 | ||
|
bb85b59aef |
@ -91,6 +91,7 @@ impl Lang {
|
|||||||
pub const JAPANESE: Self = Self(*b"ja ", 2);
|
pub const JAPANESE: Self = Self(*b"ja ", 2);
|
||||||
pub const LATIN: Self = Self(*b"la ", 2);
|
pub const LATIN: Self = Self(*b"la ", 2);
|
||||||
pub const LATVIAN: Self = Self(*b"lv ", 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 LOWER_SORBIAN: Self = Self(*b"dsb", 3);
|
||||||
pub const NYNORSK: Self = Self(*b"nn ", 2);
|
pub const NYNORSK: Self = Self(*b"nn ", 2);
|
||||||
pub const POLISH: Self = Self(*b"pl ", 2);
|
pub const POLISH: Self = Self(*b"pl ", 2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user