mirror of
https://github.com/typst/typst
synced 2025-07-29 23:37:55 +08:00
Compare commits
1 Commits
ae489ac2b6
...
2242b7f598
Author | SHA1 | Date | |
---|---|---|---|
|
2242b7f598 |
@ -37,7 +37,6 @@ const TRANSLATIONS: &[(&str, &str)] = &[
|
|||||||
translation!("it"),
|
translation!("it"),
|
||||||
translation!("ja"),
|
translation!("ja"),
|
||||||
translation!("la"),
|
translation!("la"),
|
||||||
translation!("lt"),
|
|
||||||
translation!("lv"),
|
translation!("lv"),
|
||||||
translation!("nb"),
|
translation!("nb"),
|
||||||
translation!("nl"),
|
translation!("nl"),
|
||||||
@ -91,7 +90,6 @@ 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);
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
figure = Pav.
|
|
||||||
table = Lent.
|
|
||||||
equation = Lygt.
|
|
||||||
bibliography = Literatūra
|
|
||||||
heading = Skyrius
|
|
||||||
outline = Turinys
|
|
||||||
raw = Kodo fragmentas
|
|
||||||
page = Psl.
|
|
Loading…
x
Reference in New Issue
Block a user