0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 09:26:29 +00:00

Fix Norwegian language settings.

Patch from Peder Stray
This commit is contained in:
Carsten Dominik 2008-05-18 07:06:07 +02:00
parent f4b66bd8fc
commit 24a400df76

View file

@ -88,7 +88,9 @@ This option can also be set with the +OPTIONS line, e.g. \"-:nil\"."
("fr" "Auteur" "Date" "Table des mati\xe8res")
("it" "Autore" "Data" "Indice")
("nl" "Auteur" "Datum" "Inhoudsopgave")
("nn" "Forfattar" "Dato" "Innhold") ;; nn = Norsk (nynorsk)
("no" "Forfatter" "Dato" "Innhold")
("nb" "Forfatter" "Dato" "Innhold") ;; nb = Norsk (bokm.l)
("nn" "Forfattar" "Dato" "Innhald") ;; nn = Norsk (nynorsk)
("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll"))
"Terms used in export text, translated to different languages.
Use the variable `org-export-default-language' to set the language,