Python Liquid Babel
Internationalization and localization for Liquid templates.
Install
Install Python Liquid Babel using pipenv:
$ pipenv install liquid-babel
Or pip:
$ python -m pip install -U liquid-babel
Links
Python Liquid Babel Change Log
Version 1.0.0
Features
Version 0.3.0
Features
- New translation tags and message extraction. (docs, source)
Version 0.2.0
Features
Version 0.1.0
Version bump to indicate beta status.
Version 0.0.1
Features
- New currency formatting filter (docs, source).
- New convenience "money" filters.
money
, money_with_currency
, money_without_currency
and money_without_trailing_zeros
behave similarly to Shopify's equivalents (docs, source). - New decimal formatting filter (docs, source).
Fixes
- Currency string parsing. Allow an input locale to be set independently from the output locale.