Dear Org-mode developers,
I want to send you a little patch containing the export strings (like
"Author", "Table of Contents" etc.) for Ukrainian.
Hope it can be useful.
All best,
Yury
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index eeee1ce..3752f66 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -207,6 +207,9 @@ This option can also be set with the +OPTIONS line, e.g. \"-:nil\"."
("ru" "Автор" "Дата" "Содержание" "Сноски")
("sv" "Författare" "Datum" "Innehåll" "Fotnoter")
;; Use numeric character entities for proper rendering of non-UTF8 documents
+ ;; ("uk" "Автор" "Дата" "Зміст" "Примітки")
+ ("uk" "Автор" "Дата" "Зміст" "Примітки")
+ ;; Use numeric character entities for proper rendering of non-UTF8 documents
;; ("zh-CN" "作者" "日期" "目录" "脚注")
("zh-CN" "作者" "日期" "目录" "脚注")
;; Use numeric character entities for proper rendering of non-UTF8 documents