Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gottadiveintopython/i18n
Multilingual internationalization for Kivy
https://github.com/gottadiveintopython/i18n
kivy
Last synced: about 2 months ago
JSON representation
Multilingual internationalization for Kivy
- Host: GitHub
- URL: https://github.com/gottadiveintopython/i18n
- Owner: gottadiveintopython
- Created: 2021-12-06T09:37:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T12:26:27.000Z (about 1 year ago)
- Last Synced: 2024-11-16T17:41:54.123Z (2 months ago)
- Topics: kivy
- Language: Python
- Homepage: https://gottadiveintopython.github.io/i18n/
- Size: 451 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kivy_garden.i18n
A library that assists in creating a Kivy app with internationalization support.
It's composed of the following two primary components:
- The **Font Finder** helps you find fonts.
If your app doesn't need i18n support, and you just want to use pre-installed fonts to saving space, you probably only need this.
- The **Localizer** helps you switch texts and fonts according to "current language".## Installation
```
pip install "kivy-garden-i18n>=0.2<0.3"
poetry add kivy-garden-i18n@~0.2
```# Tested on
- CPython 3.10 + Kivy 2.2.1
- CPython 3.11 + Kivy 2.2.1