aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/translate.py
Commit message (Expand)AuthorAgeFilesLines
* Adds the timesince ability which fixes #394Jessica T2013-04-111-0/+20
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-301-1/+1
* Add example to the lazy gettext version to make clear when it's appropriateSebastian Spaeth2012-12-141-1/+4
* Fallback to "en_US" if browser does not send preferred languagesSebastian Spaeth2012-12-041-16/+13
* en_US is always availableSebastian Spaeth2012-12-021-7/+8
* Fixing bug where not all conditions returned a language in get_locale_from_re...Christopher Allan Webber2012-12-011-1/+2
* Fall back to "en" if we don't find matching translationsSebastian Spaeth2012-12-021-1/+1
* Honor user's browser language (#558)Sebastian Spaeth2012-12-021-9/+19
* Fix i18n in our browserSebastian Spaeth2012-12-011-12/+13
* Fixed 404 page under werkzeug.routingJoar Wandborg2012-10-141-6/+1
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-1/+1
* Switch from webob.Request to werkzeug.wrappers.RequestJoar Wandborg2012-09-291-13/+4
* replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ...Aleksej2012-08-131-2/+2
* make mg_globals.translations thread-safeJakob Kramer2012-07-181-5/+4
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Support for older webobs and newer webobs both in accept language mess :)Christopher Allan Webber2011-10-151-2/+11
* Fixes issue662, MediaGoblin was broken by recent WebOb release.Christopher Allan Webber2011-10-151-7/+3
* Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-0/+167