Add Filipino (fil/tl) translations (#1510)

This commit is contained in:
Je Sian Keith Herman 2023-06-20 23:55:12 +08:00 committed by GitHub
parent ececd07424
commit 53775b5f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

View File

@ -312,6 +312,7 @@ impl LocalName for TableElem {
Lang::CZECH => "Tabulka",
Lang::DANISH => "Tabel",
Lang::DUTCH => "Tabel",
Lang::FILIPINO => "Talaan",
Lang::FRENCH => "Tableau",
Lang::GERMAN => "Tabelle",
Lang::ITALIAN => "Tabella",

View File

@ -323,6 +323,7 @@ impl LocalName for EquationElem {
Lang::CZECH => "Rovnice",
Lang::DANISH => "Ligning",
Lang::DUTCH => "Vergelijking",
Lang::FILIPINO => "Ekwasyon",
Lang::FRENCH => "Équation",
Lang::GERMAN => "Gleichung",
Lang::ITALIAN => "Equazione",

View File

@ -216,6 +216,7 @@ impl LocalName for BibliographyElem {
Lang::CZECH => "Bibliografie",
Lang::DANISH => "Bibliografi",
Lang::DUTCH => "Bibliografie",
Lang::FILIPINO => "Bibliograpiya",
Lang::FRENCH => "Bibliographie",
Lang::GERMAN => "Bibliographie",
Lang::ITALIAN => "Bibliografia",

View File

@ -218,6 +218,7 @@ impl LocalName for HeadingElem {
Lang::CZECH => "Kapitola",
Lang::DANISH => "Afsnit",
Lang::DUTCH => "Hoofdstuk",
Lang::FILIPINO => "Seksyon",
Lang::FRENCH => "Chapitre",
Lang::GERMAN => "Abschnitt",
Lang::ITALIAN => "Sezione",

View File

@ -262,6 +262,7 @@ impl LocalName for OutlineElem {
Lang::CZECH => "Obsah",
Lang::DANISH => "Indhold",
Lang::DUTCH => "Inhoudsopgave",
Lang::FILIPINO => "Talaan ng mga Nilalaman",
Lang::FRENCH => "Table des matières",
Lang::GERMAN => "Inhaltsverzeichnis",
Lang::ITALIAN => "Indice",

View File

@ -236,6 +236,7 @@ impl LocalName for RawElem {
Lang::CZECH => "Seznam",
Lang::DANISH => "Liste",
Lang::DUTCH => "Listing",
Lang::FILIPINO => "Listahan",
Lang::FRENCH => "Liste",
Lang::GERMAN => "Listing",
Lang::ITALIAN => "Codice",

View File

@ -137,6 +137,7 @@ impl LocalName for ImageElem {
Lang::CZECH => "Obrázek",
Lang::DANISH => "Figur",
Lang::DUTCH => "Figuur",
Lang::FILIPINO => "Pigura",
Lang::FRENCH => "Figure",
Lang::GERMAN => "Abbildung",
Lang::ITALIAN => "Figura",

View File

@ -522,6 +522,7 @@ impl Lang {
pub const DANISH: Self = Self(*b"da ", 2);
pub const DUTCH: Self = Self(*b"nl ", 2);
pub const ENGLISH: Self = Self(*b"en ", 2);
pub const FILIPINO: Self = Self(*b"tl ", 2);
pub const FRENCH: Self = Self(*b"fr ", 2);
pub const GERMAN: Self = Self(*b"de ", 2);
pub const ITALIAN: Self = Self(*b"it ", 2);