> Am 17.02.2017 um 15:14 schrieb Nicolas Goaziou <[email protected]>:
>
> Hello,
>
> I'm Cc'ing the mailing list for archiving purpose.
>
> [email protected] 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