mirror of https://github.com/stelzo/typst.git
Add Bulgarian translation entries (#5476)
This commit is contained in:
parent
f29fbea2fc
commit
c29c96562d
|
|
@ -14,8 +14,9 @@ macro_rules! translation {
|
|||
};
|
||||
}
|
||||
|
||||
const TRANSLATIONS: [(&str, &str); 37] = [
|
||||
const TRANSLATIONS: [(&str, &str); 38] = [
|
||||
translation!("ar"),
|
||||
translation!("bg"),
|
||||
translation!("ca"),
|
||||
translation!("cs"),
|
||||
translation!("da"),
|
||||
|
|
@ -63,6 +64,7 @@ impl Lang {
|
|||
pub const ARABIC: Self = Self(*b"ar ", 2);
|
||||
pub const BASQUE: Self = Self(*b"eu ", 2);
|
||||
pub const BOKMÅL: Self = Self(*b"nb ", 2);
|
||||
pub const BULGARIAN: Self = Self(*b"bg ", 2);
|
||||
pub const CATALAN: Self = Self(*b"ca ", 2);
|
||||
pub const CHINESE: Self = Self(*b"zh ", 2);
|
||||
pub const CROATIAN: Self = Self(*b"hr ", 2);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
figure = Фиг.
|
||||
table = Таблица
|
||||
equation = Уравнение
|
||||
bibliography = Библиография
|
||||
heading = Раздел
|
||||
outline = Съдържание
|
||||
raw = Приложение
|
||||
page = стр.
|
||||
Loading…
Reference in New Issue