Dayview language

Begonnen von justus, 10 März 2005, 08:58:58

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

justus

Hi

I translate kalendar language to finnish (lang-finnish.php), but still in calendar dayview is date in english, example wednesday, january 12, 2005.
How i can change that to finnish too ??


jubilee

Hmmmm .
Thought this is the _CALLOCALE-definition in the (module)lanuguagefile --->

if (PHP_OS=="WINNT"||PHP_OS=="WIN32") {

define("_CALLOCALE","[b]ge[/b]");   # lokale Einstellungen z.B. Datumsformat für Windows System!!

}

else {

define("_CALLOCALE","[b]de_DE[/b]"); # lokale Einstellungen z.B. Datumsformat für Linux/Unix

}


This should changed to the finnish value for the setlocale-Funktion
(not sure but this could look like this define("_CALLOCALE","fi"); and this define("_CALLOCALE","fi_FI");
Try it out.
greetings
jubilee

justus

Yes thanx, i found that solutions a moment ago, i think i was blind or something...  :-[ it

Thank you for a very good calendar. If you need finnish language files i can sent that to you.

deepsleep

Hello @All

Zitat(not sure but this could look like this define("_CALLOCALE","fi"); and this define("_CALLOCALE","fi_FI");

Also keep in mind that, if you are using FreeBSD as System, the Value for the date differ to linux.

define("_CALLOCALE","fi_FI.ISO-8859-1");

@Jubilee: Was meinst Du, sollte man die Variante für FreeBSD nicht in kommende Updates mit einbauen.

Brgds
Deepsleep
«Der beliebteste Fehler unter den Leuten, die etwas absolut idiotensicheres konstruieren wollen ist der, dass sie den Erfindungsreichtum von absoluten Idioten unterschätzen.»
Douglas Adams

jubilee

Hallo !
Zitat@Jubilee: Was meinst Du, sollte man die Variante für FreeBSD nicht in kommende Updates mit einbauen.
Könnte man sicher machen. Mal schaauen, ob Tora sich das hier gleich aabguckt für das nächste Release ;)

MfG
jubilee