File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 1
- # Flask Babel - 1.0.0
1
+ # Flask Babel
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /python-babel/flask-babel.svg?branch=master )] ( https://travis-ci.org/python-babel/flask-babel )
3
+ ![ Tests ] ( https://github.com /python-babel/flask-babel/workflows/Tests/badge .svg?branch=master )
4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/flask-babel.svg?maxAge=2592000 )] ( https://pypi.python.org/pypi/Flask-Babel )
5
- ![ license] ( https://img.shields.io/github/license/python-babel/flask-babel.svg?maxAge=2592000 )
6
- ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/flask-babel.svg )
7
5
8
6
Implements i18n and l10n support for Flask. This is based on the Python
9
7
[ babel] [ ] module as well as [ pytz] [ ] both of which are installed automatically
@@ -13,22 +11,7 @@ for you if you install this library.
13
11
14
12
The latest documentation is available [ here] [ docs ] .
15
13
16
- # Changelog
17
-
18
- ## v1.0.0 - 06/02/2020
19
-
20
- Starting with version 1, flask-babel has changed to
21
- [ Semantic Versioning] [ semver ] .
22
-
23
- ### Changed
24
-
25
- - pytz is an explicit dependency. (#14 )
26
- - pytz.gae, used for Google App Engine, is no longer necessary and has been
27
- removed. (#153 )
28
- - Fixed a deprecated werkzeug import (#158 ).
29
- - Fix issues switching locales in threaded contexts (#125 ).
30
-
31
14
[ babel ] : https://github.com/python-babel/babel
32
15
[ pytz ] : https://pypi.python.org/pypi/pytz/
33
- [ docs ] : https://pythonhosted.org/Flask-Babel /
16
+ [ docs ] : https://flask-babel.tkte.ch /
34
17
[ semver ] : https://semver.org/
You can’t perform that action at this time.
0 commit comments