Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcanuy/python-i18n-skel
i18n in Python example
https://github.com/marcanuy/python-i18n-skel
gettext i18n python
Last synced: 9 days ago
JSON representation
i18n in Python example
- Host: GitHub
- URL: https://github.com/marcanuy/python-i18n-skel
- Owner: marcanuy
- License: mit
- Created: 2018-08-29T12:28:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T12:55:13.000Z (about 6 years ago)
- Last Synced: 2023-03-14T07:45:34.342Z (over 1 year ago)
- Topics: gettext, i18n, python
- Language: Makefile
- Homepage: https://simpleit.rocks/python/how-to-translate-a-python-project-with-gettext-the-easy-way/
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
python-i18n-skel
====================A skeleton project to show the usage of gettext to translate strings
in Python.This is the result of following the steps of the guide at https://simpleit.rocks/python/how-to-translate-a-python-project-with-gettext-the-easy-way/