index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
tools
/
translate.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-3
/
+3
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-6
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-6
/
+6
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-1
/
+1
|
\
|
*
removing zh and ja from RTL list. medicalwei reports they are not RTL langua...
Christopher Allan Webber
2014-06-02
1
-1
/
+1
*
|
Disable cache support of LazyProxy.
Berker Peksag
2014-07-28
1
-3
/
+3
*
|
Cleanup mediagoblin._compat and fix translation tests.
Berker Peksag
2014-07-28
1
-3
/
+7
*
|
Use mediagoblin._compat.{ugettext, ungettext} on Python 3.
Berker Peksag
2014-06-02
1
-4
/
+3
|
/
*
Fix Babel version restriction. Onward and upward!
Christopher Allan Webber
2014-03-22
1
-1
/
+1
*
Added rtl language support
Jiyda Mint Moussa
2013-04-29
1
-0
/
+6
*
No lazy_* needed here; Add ReallyLazyProxy.__repr__.
Elrond
2013-04-25
1
-0
/
+7
*
Adding ReallyLazyProxy, a proxy that does what we expect :)
Christopher Allan Webber
2013-04-24
1
-4
/
+13
*
Create set_thread_locale and use it.
Elrond
2013-04-24
1
-0
/
+5
*
Adds the timesince ability which fixes #394
Jessica T
2013-04-11
1
-0
/
+20
*
Better Py3 compat: d.has_key(k) -> k in d
Elrond
2013-01-30
1
-1
/
+1
*
Add example to the lazy gettext version to make clear when it's appropriate
Sebastian Spaeth
2012-12-14
1
-1
/
+4
*
Fallback to "en_US" if browser does not send preferred languages
Sebastian Spaeth
2012-12-04
1
-16
/
+13
*
en_US is always available
Sebastian Spaeth
2012-12-02
1
-7
/
+8
*
Fixing bug where not all conditions returned a language in get_locale_from_re...
Christopher Allan Webber
2012-12-01
1
-1
/
+2
*
Fall back to "en" if we don't find matching translations
Sebastian Spaeth
2012-12-02
1
-1
/
+1
*
Honor user's browser language (#558)
Sebastian Spaeth
2012-12-02
1
-9
/
+19
*
Fix i18n in our browser
Sebastian Spaeth
2012-12-01
1
-12
/
+13
*
Fixed 404 page under werkzeug.routing
Joar Wandborg
2012-10-14
1
-6
/
+1
*
Replaced all request.POST with request.form, ...
Joar Wandborg
2012-09-29
1
-1
/
+1
*
Switch from webob.Request to werkzeug.wrappers.Request
Joar Wandborg
2012-09-29
1
-13
/
+4
*
replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ...
Aleksej
2012-08-13
1
-2
/
+2
*
make mg_globals.translations thread-safe
Jakob Kramer
2012-07-18
1
-5
/
+4
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Support for older webobs and newer webobs both in accept language mess :)
Christopher Allan Webber
2011-10-15
1
-2
/
+11
*
Fixes issue662, MediaGoblin was broken by recent WebOb release.
Christopher Allan Webber
2011-10-15
1
-7
/
+3
*
Moved common, translation, template, and url code out of util.py and into too...
Aaron Williamson
2011-10-01
1
-0
/
+167