diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-09 16:16:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-09 16:16:48 -0400 |
commit | 95b45864debe8070e8229cc7def21aef5447f541 (patch) | |
tree | d04fea5e42c347ad75092417a667b67633f51749 /doc/bugs | |
parent | e96cf38eccd219714140f221090d2e7751fd4ee0 (diff) | |
download | ikiwiki-95b45864debe8070e8229cc7def21aef5447f541.tar ikiwiki-95b45864debe8070e8229cc7def21aef5447f541.tar.gz |
relativedate: Fix problem with localised dates not working.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn b/doc/bugs/plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn index db009fa19..e2ea3e4f6 100644 --- a/doc/bugs/plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn +++ b/doc/bugs/plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn @@ -3,3 +3,12 @@ If I switch locale to en_US.UTF-8 then this plugin correctly parses text date and print relative date. But when I mouseover on date I see unusual formating of the date (it uses AM/PM format while russians use 24-h notation). P.S. All pages but RecentChanges show well-formated date. RecentChanges show date formated using locale. Anyway, plugin does not work without en_US locale. + +> [[Fixed|done]]. Now it uses C locale for the date put in the title, +> that is used by relativedate. The mouseover will display the date in your +> native locale. +> +> Only exception is that when javascript is disabled... then +> relativedate can't work, so instead you will see your localized date +> displayed; but on mouseover you will get shown the C locale date. +> --[[Joey]] |