~brunobord/gwibber/dates-and-locales

Viewing all changes in revision 194.

  • Committer: Bruno Bord
  • Date: 2009-01-26 14:09:07 UTC
  • Revision ID: bruno@p-bruno-20090126140907-1pf8u7d17yllersl
According to the Python doc, you can get the date and time representation
according to the current locale.
http://docs.python.org/library/time.html#time.strftime

Hence, localise the strftime argument via gettext is not necessary, and you may
use the "%x" or "%X" format if you want to respectfully display the date or 
time formatting using the current locale (and translators won't have to know
about strftime to dig the correct strftime argument).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: