Browse Source

ox: add dictionary entry for numbered figures

* lisp/ox.el: (org-export-dictionary): Add "Figure %d:" entry
in the same manner with "Table %d:".

TINYCHANGE
Yoshinari Nomura 11 năm trước cách đây
mục cha
commit
5cd065df88
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      lisp/ox.el

+ 3 - 0
lisp/ox.el

@@ -5266,6 +5266,9 @@ them."
     ("Figure"
      ("de" :default "Abbildung")
      ("es" :default "Figura"))
+    ("Figure %d:"
+     ("de" :default "Abbildung %d:")
+     ("es" :default "Figura %d:"))
     ("Footnotes"
      ("ca" :html "Peus de pàgina")
      ("cs" :default "Pozn\xe1mky pod carou")