[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sa
From: |
Axel Kielhorn |
Subject: |
Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)] |
Date: |
Sat, 18 Feb 2017 07:13:53 +0100 |
> Am 17.02.2017 um 15:14 schrieb Nicolas Goaziou <address@hidden>:
>
> Hello,
>
> I'm Cc'ing the mailing list for archiving purpose.
>
> address@hidden writes:
>
> It happens because no translation is available for "de" in
> `org-clock-clocktable-language-setup’.
Maybe we should add a german translation?
Here is what I use:
'(org-clock-clocktable-language-setup
(quote
(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File
time" "Clock summary at")
("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total"
"Tiempo archivo" "Clock summary at")
("fr" "Fichier" "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée totale"
"Durée fichier" "Horodatage sommaire à")
("nl" "Bestand" "N" "Tijdstip" "Hoofding" "Duur" "ALLES" "Totale duur"
"Bestandstijd" "Clock summary at")
("de" "Datei" "L" "Timestamp" "Tätigkeit" "Dauer" "ALLES" "Gesamtzeit"
"Datei Zeit" "Erstellt am"))))
Does this require a patch and a TINYCHANGE?
Axel