Added the Estonian language to LocalName (#2797)

This commit is contained in:
Marten Roots 2023-11-29 19:47:13 +02:00 committed by GitHub
parent 63c19a194c
commit 275883a01f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

View File

@ -238,6 +238,7 @@ impl LocalName for EquationElem {
Lang::CZECH => "Rovnice",
Lang::DANISH => "Ligning",
Lang::DUTCH => "Vergelijking",
Lang::ESTONIAN => "Valem",
Lang::FILIPINO => "Ekwasyon",
Lang::FINNISH => "Yhtälö",
Lang::FRENCH => "Équation",

View File

@ -283,6 +283,7 @@ impl LocalName for BibliographyElem {
Lang::CZECH => "Bibliografie",
Lang::DANISH => "Bibliografi",
Lang::DUTCH => "Bibliografie",
Lang::ESTONIAN => "Viited",
Lang::FILIPINO => "Bibliograpiya",
Lang::FINNISH => "Viitteet",
Lang::FRENCH => "Bibliographie",

View File

@ -254,6 +254,7 @@ impl LocalName for HeadingElem {
Lang::CZECH => "Kapitola",
Lang::DANISH => "Afsnit",
Lang::DUTCH => "Hoofdstuk",
Lang::ESTONIAN => "Peatükk",
Lang::FILIPINO => "Seksyon",
Lang::FINNISH => "Osio",
Lang::FRENCH => "Chapitre",

View File

@ -264,6 +264,7 @@ impl LocalName for OutlineElem {
Lang::CZECH => "Obsah",
Lang::DANISH => "Indhold",
Lang::DUTCH => "Inhoudsopgave",
Lang::ESTONIAN => "Sisukord",
Lang::FILIPINO => "Talaan ng mga Nilalaman",
Lang::FINNISH => "Sisällys",
Lang::FRENCH => "Table des matières",

View File

@ -342,6 +342,7 @@ impl LocalName for TableElem {
Lang::CZECH => "Tabulka",
Lang::DANISH => "Tabel",
Lang::DUTCH => "Tabel",
Lang::ESTONIAN => "Tabel",
Lang::FILIPINO => "Talaan",
Lang::FINNISH => "Taulukko",
Lang::FRENCH => "Tableau",

View File

@ -19,6 +19,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 ESTONIAN: Self = Self(*b"et ", 2);
pub const FILIPINO: Self = Self(*b"tl ", 2);
pub const FINNISH: Self = Self(*b"fi ", 2);
pub const FRENCH: Self = Self(*b"fr ", 2);

View File

@ -438,6 +438,7 @@ impl LocalName for RawElem {
Lang::CZECH => "Seznam",
Lang::DANISH => "Liste",
Lang::DUTCH => "Listing",
Lang::ESTONIAN => "List",
Lang::FILIPINO => "Listahan",
Lang::FINNISH => "Esimerkki",
Lang::FRENCH => "Liste",

View File

@ -255,6 +255,7 @@ impl LocalName for ImageElem {
Lang::CZECH => "Obrázek",
Lang::DANISH => "Figur",
Lang::DUTCH => "Figuur",
Lang::ESTONIAN => "Joonis",
Lang::FILIPINO => "Pigura",
Lang::FINNISH => "Kuva",
Lang::FRENCH => "Fig.",