rubys / venus

Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
http://intertwingly.net/code/venus/docs/index.html
Other
273 stars 99 forks source link

load system locale #32

Open jmlich opened 9 years ago

jmlich commented 9 years ago

The "locale" variable was removed from configuration file format. However the system locale is not used.

Steps to reproduce:

LANG=cs_CZ.utf-8 ./planet.py ./config.ini LANG=en_US.utf-8 ./planet.py ./config.ini

This patch should add default locale to time.strftime(format[, t]) call.