Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alchrabas committed Dec 15, 2015
1 parent c4ba4d0 commit 03baef7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ Python, mostly based on Gettext. The reason I decided to prepare my own
library was because I wasn't satisfied with any of them. I needed
full-features library, having similar capabilities as `Rails
i18n <http://guides.rubyonrails.org/i18n.html>`__. But it's not just a
port. I included all features I found necessary, but also many more: -
i18n of text (tag values) based on their unique names (tag keys) -
possibility to use different backends where translation texts are stored
- support for special structures to use by translator directly in
translation text - powerful fallback capabilities in case some variant
of tag is missing - possibility of injecting Python code into
translations using decorators and custom functions - support for
languages significantly different than English, based on practical
knowledge and years of experience
port. I included all features I found necessary, but also many more:

| - i18n of text (tag values) based on their unique names (tag keys)
| - possibility to use different backends where translation texts are stored
| - support for special structures to use by translator directly in translation text
| - powerful fallback capabilities in case some variant of tag is missing
| - possibility of injecting Python code into translations using decorators and custom functions
| - support for languages significantly different than English, based on practical knowledge and years of experience
What is it not for?
-------------------
Expand Down

0 comments on commit 03baef7

Please sign in to comment.