🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

liquid-babel

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquid-babel

Internationalization for Python Liquid

1.0.0
Maintainers
1

Python Liquid Babel

Internationalization and localization for Liquid templates.

PyPI GitHub Workflow Status PyPI - License PyPI - Python Version PyPy Version

Install

Install Python Liquid Babel using pipenv:

$ pipenv install liquid-babel

Or pip:

$ python -m pip install -U liquid-babel

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts