mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-babel: new package
A collection of tools for internationalizing Python applications. Signed-off-by: Lionel Flandrin <lionel@svkt.org> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c78dbd0631
commit
21959ad853
8
package/python-babel/Config.in
Normal file
8
package/python-babel/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_BABEL
|
||||
bool "python-babel"
|
||||
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
||||
help
|
||||
A collection of tools for internationalizing Python
|
||||
applications.
|
||||
|
||||
http://babel.pocoo.org/en/latest/
|
||||
Reference in New Issue
Block a user