From cad692c27622ddcaeb72fdeb7170471db8b5bf86 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 26 Jun 2018 12:00:30 +0200 Subject: [PATCH] ox: Fix Italian translation for "Figure" * lisp/ox.el (org-export-dictionary): Fix Italian translation for "Figure". Reported-by: Franco Pasut --- lisp/ox.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ox.el b/lisp/ox.el index 90fca86d7..ac35ede47 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5824,6 +5824,7 @@ them." ("es" :default "Figura") ("et" :default "Joonis") ("is" :default "Mynd") + ("it" :default "Figura") ("ja" :default "図" :html "図") ("no" :default "Illustrasjon") ("nb" :default "Illustrasjon")