Add Lithuanian translations (#6587)
This commit is contained in:
parent
b790c6d59c
commit
55dad02887
|
|
@ -37,6 +37,7 @@ 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"),
|
||||||
|
|
@ -90,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);
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
figure = Pav.
|
||||||
|
table = Lent.
|
||||||
|
equation = Lygt.
|
||||||
|
bibliography = Literatūra
|
||||||
|
heading = Skyrius
|
||||||
|
outline = Turinys
|
||||||
|
raw = Kodo fragmentas
|
||||||
|
page = Psl.
|
||||||
Loading…
Reference in New Issue