README.rst 829 B

123456789101112131415161718192021222324
  1. About Babel
  2. ===========
  3. Babel is a Python library that provides an integrated collection of
  4. utilities that assist with internationalizing and localizing Python
  5. applications (in particular web-based applications.)
  6. Details can be found in the HTML files in the ``docs`` folder.
  7. For more information please visit the Babel web site:
  8. http://babel.pocoo.org/
  9. Join the chat at https://gitter.im/python-babel/babel
  10. Contributing to Babel
  11. =====================
  12. If you want to contribute code to Babel, please take a look at our
  13. `CONTRIBUTING.md <https://github.com/python-babel/babel/blob/master/CONTRIBUTING.md>`__.
  14. If you know your way around Babels codebase a bit and like to help
  15. further, we would appreciate any help in reviewing pull requests. Please
  16. contact us at https://gitter.im/python-babel/babel if you're interested!