Skip to content

Releases: adamlui/python-utils

translate-messages v1.8.2

10 Mar 15:59
77a1ca4

Choose a tag to compare

📃 Changelog

Full Changelog: translate-messages-1.8.1...translate-messages-1.8.2

README for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.8.2/translate-messages/#readme

🧠 New Contributors

remove-json-keys v1.8.2

10 Mar 15:52
9241951

Choose a tag to compare

📃 Changelog

Full Changelog: remove-json-keys-1.8.1...remove-json-keys-1.8.2

README for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.8.2/remove-json-keys/#readme

🧠 New Contributors

find-project-root v1.0.2

10 Mar 14:10
14bf334

Choose a tag to compare

translate-messages v1.8.1

09 Mar 07:44
1f93ddf

Choose a tag to compare

remove-json-keys v1.8.1

09 Mar 07:41
3d22235

Choose a tag to compare

non-latin-locales v1.0.0

09 Mar 06:28
f905fed

Choose a tag to compare

🚀 Initial Release

ISO 639-1 (2-letter) codes for non-Latin locales. It's just a JSON file, so you can use it in any environment.

To install:

pip install non-latin-locales

Usage:

import non_latin_locales

print(non_latin_locales)
# => ['ab', 'am', 'ar', 'as', 'av', 'az', 'ba', 'be', 'bg', ...]

README for this release: https://github.com/adamlui/python-utils/tree/non-latin-locales-1.0.0/non-latin-locales/#readme

latin-locales v1.0.0

09 Mar 06:59
3263747

Choose a tag to compare

🚀 Initial Release

ISO 639-1 (2-letter) codes for Latin locales. It's just a JSON file, so you can use it in any environment.

To install:

pip install latin-locales

Usage:

import latin_locales

print(latin_locales)
# => ['aa', 'ae', 'af', 'ak', 'an', 'ay', 'bi', 'bm', 'br', ...]

README for this release: https://github.com/adamlui/python-utils/tree/latin-locales-1.0.0/latin-locales/#readme

translate-messages v1.8.0

08 Mar 12:42
ee87802

Choose a tag to compare

remove-json-keys v1.8.0

08 Mar 12:40
c879f5b

Choose a tag to compare

find-project-root v1.0.1

08 Mar 11:58
9eb2c37

Choose a tag to compare