HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Dates localization
lukoie
New
Comments
Most likely I found the reason, why you cannot localize Months & Days (yet): http://github.com/vanillaforums/Garden/commit/ce6c2600a98ed2a8571424edc3c74fb42e1891ed#commitcomment-98474
or manually edit necessary lines?
http://php.net/manual/en/function.setlocale.php
// Test on Linux
locale -a =>
setlocale($LocaleName. '.'. $Encoding);
// php script
$x[] = setlocale(LC_ALL, 'sk_SK'); // Fail.
huh?
http://vanillaforums.org/blog/translation-improvements-in-vanilla-2/comment-page-1/#comment-2238
Here is more information about various locale-related bugs in PHP: http://www.onphp5.com/article/22
It is the only thing to do - modify your theme
P.S: We can't add FreeBSD as a requirement for Vanilla, right? Then we need function override.
I'm interested as well in the date change issue. Can someone hep translate "S"'s idea into something that easier to understand and implement for the time beeing?
Thanx
Vanilla Forums COO [GitHub, Twitter, About.me]
Furthermore: is there a setting to change date and time format?
Does anyone have an idea?