]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn
ugly bug
[ikiwiki.git] / doc / bugs / plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn
index db009fa1933c0cf46e1e919a170f21f0cab3b87c..e2ea3e4f6453252033055067d0cb3016ad949f1c 100644 (file)
@@ -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]]