aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/translate.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-3/+3
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-6/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-6/+6
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+1
|\
| * removing zh and ja from RTL list. medicalwei reports they are not RTL langua...Christopher Allan Webber2014-06-021-1/+1
* | Disable cache support of LazyProxy.Berker Peksag2014-07-281-3/+3
* | Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-3/+7
* | Use mediagoblin._compat.{ugettext, ungettext} on Python 3.Berker Peksag2014-06-021-4/+3
|/
* Fix Babel version restriction. Onward and upward!Christopher Allan Webber2014-03-221-1/+1
* Added rtl language supportJiyda Mint Moussa2013-04-291-0/+6
* No lazy_* needed here; Add ReallyLazyProxy.__repr__.Elrond2013-04-251-0/+7
* Adding ReallyLazyProxy, a proxy that does what we expect :)Christopher Allan Webber2013-04-241-4/+13
* Create set_thread_locale and use it.Elrond2013-04-241-0/+5
* 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