From 449f83b44c263752fa36fa3f99b98fdda2599eb0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 19 Oct 2016 18:02:59 +0200 Subject: [PATCH] ox: Add translations for Islandic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lisp/ox.el (org-export-dictionary): Add translations for Islandic. Suggested-by: Jón Gunnar Þorsteinsson --- lisp/ox.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ox.el b/lisp/ox.el index dd0e422ce..1d7e80776 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5597,6 +5597,7 @@ them." ("es" :ascii "Ecuacion" :html "Ecuación" :default "Ecuación") ("et" :html "Võrrand" :utf-8 "Võrrand") ("fr" :ascii "Equation" :default "Équation") + ("is" :default "Jafna") ("ja" :default "方程式") ("no" :default "Ligning") ("nb" :default "Ligning") @@ -5611,6 +5612,7 @@ them." ("de" :default "Abbildung") ("es" :default "Figura") ("et" :default "Joonis") + ("is" :default "Mynd") ("ja" :default "図" :html "図") ("no" :default "Illustrasjon") ("nb" :default "Illustrasjon") @@ -5625,6 +5627,7 @@ them." ("es" :default "Figura %d:") ("et" :default "Joonis %d:") ("fr" :default "Figure %d :" :html "Figure %d :") + ("is" :default "Mynd %d") ("ja" :default "図%d: " :html "図%d: ") ("no" :default "Illustrasjon %d") ("nb" :default "Illustrasjon %d") @@ -5677,6 +5680,7 @@ them." ("es" :ascii "Indice de tablas" :html "Índice de tablas" :default "Índice de tablas") ("et" :default "Tabelite nimekiri") ("fr" :default "Liste des tableaux") + ("is" :default "Töfluskrà" :html "Töfluskrá") ("ja" :default "表目次") ("no" :default "Tabeller") ("nb" :default "Tabeller") @@ -5733,6 +5737,7 @@ them." ("es" :default "Tabla") ("et" :default "Tabel") ("fr" :default "Tableau") + ("is" :default "Tafla") ("ja" :default "表" :html "表") ("pt_BR" :default "Tabela") ("ru" :html "Таблица" @@ -5744,6 +5749,7 @@ them." ("es" :default "Tabla %d") ("et" :default "Tabel %d") ("fr" :default "Tableau %d :") + ("is" :default "Tafla %d") ("ja" :default "表%d:" :html "表%d:") ("no" :default "Tabell %d") ("nb" :default "Tabell %d")