Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Mar 31, 2023
1 parent 10af58e commit f2a7b6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ say_hello(lang='uk')
```
If you want to manually adjust the translation text, just edit the `languages/en.po` file and run `compile` again. You don't even need to restart your app!

**Read more in the documentation:** [l10n.orsinium.dev](https://l10n.orsinium.dev/).
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
+ [Beyond l10n](./more.md) links some helpful tools and resources to find your way around of translating things.
+ [What we stripped away](./removed.md) tells the secret of l10n's simplicity.

Source code is available on GitHub: [github.com/lif4/l10n](https://github.com/lif4/l10n)
Source code is available on GitHub: [github.com/orsinium-labs/l10n](https://github.com/orsinium-labs/l10n)

## Pages

Expand Down
2 changes: 1 addition & 1 deletion l10n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from ._locales import Locales


__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['Locales', 'Locale']

0 comments on commit f2a7b6d

Please sign in to comment.