emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Index not translated to pt-BR


From: Rafael Bento
Subject: Index not translated to pt-BR
Date: Sat, 7 Jan 2023 07:28:27 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hello, good morning!

The table of Contents doesn't translate when exporting to utf-8 or ODT with pt_BR as the value for the LANGUAGE keyword. I believe the line below (6180, ox.el file):

("pt_BR" :html "Índice" :utf8 "Índice" :ascii "Indice")

should be something like:

("pt_BR" :html "Índice" :utf-8 "Índice" :ascii "Indice")

or:

("pt_BR" :default "Índice" :html "Índice" :ascii "Indice")

I'm using GNU Emacs 28.2, Org mode version 9.5.5.

Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]