https://github.com/jg-rp/liquid-babel
Internationalization and localization for Liquid templates
https://github.com/jg-rp/liquid-babel
i18n internationalization liquid liquid-templating-engine python
Last synced: over 1 year ago
JSON representation
Internationalization and localization for Liquid templates
- Host: GitHub
- URL: https://github.com/jg-rp/liquid-babel
- Owner: jg-rp
- License: mit
- Created: 2022-07-29T17:09:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T06:54:01.000Z (over 2 years ago)
- Last Synced: 2025-03-07T16:51:47.087Z (over 1 year ago)
- Topics: i18n, internationalization, liquid, liquid-templating-engine, python
- Language: Python
- Homepage: https://jg-rp.github.io/liquid/babel/introduction
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
Python Liquid Babel
Internationalization and localization for Liquid templates.
## Install
Install Python Liquid Babel with [pip](https://pip.pypa.io/en/stable/getting-started/):
```plain
$ python -m pip install -U liquid-babel
```
Or [pipenv](https://pipenv.pypa.io/en/latest/):
```plain
$ pipenv install liquid-babel
```
## Links
- Documentation: https://jg-rp.github.io/liquid/babel/introduction
- Filter reference: https://jg-rp.github.io/liquid/babel/filters
- Change log: https://github.com/jg-rp/liquid-babel/blob/main/CHANGES.md
- PyPi: https://pypi.org/project/liquid-babel/
- Source Code: https://github.com/jg-rp/liquid-babel
- Issue tracker: https://github.com/jg-rp/liquid-babel/issues