Calendar in XOOPS 2.0.xx
投稿者: ep98 | 投稿日時: 2005-9-15 19:28 | 閲覧: 8056回
Where are located calendar language files in XOOPS 2.0.12 JP specialy, after total conversion (translation) of XOOPS, dates remains in English. Everything in language/xxx
and modules/modules/language/xxx was verified line by line, but this dates remain in english, how this can be fixed ?
Thanks in advance.
and modules/modules/language/xxx was verified line by line, but this dates remain in english, how this can be fixed ?
Thanks in advance.
コメント(3)
新しいものから |
古いものから |
ネスト表示 |
Re: Calendar in XOOPS 2.0.xx
Re: Calendar in XOOPS 2.0.xx (Partialy solved)
投稿者: ep98 | 投稿日時: 2005-9-16 23:23
(PARTIAL SOLUTION) if u enter in module preferences on time stamp this - d-m-Y H:i, u will get this - 14-09-2005 05:20, but if u use CAPS - D-M-Y, u will get 14th September-2005, which is very stupid when the whole XOOPS JP core is translated.
Is it possible to depends on the installed PHP support or the exampled hosting provider ?
Is it possible to depends on the installed PHP support or the exampled hosting provider ?
Re: Calendar in XOOPS 2.0.xx (Partialy solved)
投稿者: casper | 投稿日時: 2005-9-19 12:04
Hi ep98,
you know well about setting, but i write...
Timezone or Time Format Setting is in the administrator preferences.
u can set, referring manual
"The following characters are recognized in the format string"
/language/*/global.php line about 164
or, link helps you
http://www.php.net/manual/en/ref.datetime.php
http://www.php.net/manual/en/function.date.php
http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html
http://smarty.php.net/manual/en/language.modifier.date.format.php
basic conversion support by the XOOPS and lacal timezone (of your server) has already been supplied, you just need to write according to the format. it mean, something original method is used (or as you wrote CAPS - D-M-Y) in the each module script to call the date display, there is a case displayed in English.
please inquire of each module developer, or write more detailed.
sure, there is more unique case too.
Calendar not Gregorian, Number not Western-Arabic numerals.
Please take care.
you know well about setting, but i write...
Timezone or Time Format Setting is in the administrator preferences.
u can set, referring manual
"The following characters are recognized in the format string"
/language/*/global.php line about 164
or, link helps you
http://www.php.net/manual/en/ref.datetime.php
http://www.php.net/manual/en/function.date.php
http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html
http://smarty.php.net/manual/en/language.modifier.date.format.php
basic conversion support by the XOOPS and lacal timezone (of your server) has already been supplied, you just need to write according to the format. it mean, something original method is used (or as you wrote CAPS - D-M-Y) in the each module script to call the date display, there is a case displayed in English.
please inquire of each module developer, or write more detailed.
sure, there is more unique case too.
Calendar not Gregorian, Number not Western-Arabic numerals.
Please take care.


