[TYPO3-german] Calender Base - deutsche Schreibweise

Arne Metzger mohaa at foni.net
Wed Nov 29 11:59:30 CET 2006


Jörg Wenzel schrieb am 29.11.2006 11:24:
> Hallo Arne,
> vielen Dank für Deine Hilfe.
> Ich habe deinen Code im Setup des "root-templates" eingebaut. Leider
> funktioniert es noch nicht.
> Habe ich noch etwas übersehen? Anbei das Setup zur Kontrolle
> Viele Grüße
> Jörg
> 
> 
> # Allgemeine TypoScript-Konfiguration
> config.simulateStaticDocuments = 1
> config.simulateStaticDocuments_noTypeIfNoTitle = 1
> config.language = de
> config.locale_all = de_DE
> temp.BANNERTOP < plugin.tx_macinabanners_pi1
> temp.BANNERTOP {
> # show banners with this attribute. Options are: top, left, bottom, right
> placement = top
> #mode to show banners. Options are: all, random
> mode = random
> # list of page IDs where the banners should be taken from (comma seperated.
> i.e.: 1,5,7)
> pidList = 34
> # levels of recursion to search for banners
> recursive = 0
> # Limit number of banners
> results_at_a_time = 1
> }
> plugin.tx_cal_controller {
>    view.week {
>     dateFormatWeekList = %a, %d.%m.%y
>     dateFormatDay = %a, %d.%m.%y
>     timeFormatDay = %H:%M
>     dateFormatWeek = %d. %B %Y
>     timeFormatWeek = %H:%M
>     eventStartTimeFormatWeek = %H:%M
>     eventEndTimeFormatWeek = %H:%M
>    }
>    view.day {
>     dateFormatWeekList = %A, %d.%B %Y
>     dateFormatDay = %a, %d.%m.%y
>     timeFormatDay = %H:%M
>     dateFormatWeek = %d.%B
>     timeFormatWeek = %H:%M
>     eventStartTimeFormatWeek = %H:%M
>     eventEndTimeFormatWeek = %H:%M
>    }
>    view.event {
>     dateFormat = %d.%B %Y
>     timeFormat = %H:%M
>    }
>    view.list {
>     dateFormatList = %a, %d.%m.%y
>     timeFormatList = %H:%M
>    }
>    view.month {
>     dateFormatMonth = %B %Y
>    }
>    view.other {
>     dateFormatWeekJump = %d.%b
>     dateFormatMonthJump = %B %Y
>    }
> }

Kommt auf den Server drauf an, Linux, Windows...
einige Möglichkeiten sind
config.locale_all =
de_DE.ISO8859-1
de_DE.ISO8859-15
de_DE.ISO_8859-1
de_DE.ISO_8859-15
de
de_DE
de_DE at euro
de_DE.ISO88591
de_DE.ISO885915
german (auf Windows-Maschinen)

Auf Linux kannst du (ssh-Zugriff vorausgesetzt) schauen, welche locales 
installiert sind mit
locale -a|grep de
aus der Konsole - ist wahrscheinliche ne ziemliche Liste, deswegen mit 
grep filtern.
Eine von den installierten Locales dann im Setup eintragen, dann müsste 
es funktionieren.

Wenn nicht, bin ich überfragt.

Gruß,
Arne


More information about the TYPO3-german mailing list