https://github.com/bondbox/xlc
Internationalization(i18n) and Localization(l10n) of Multiple Languages
https://github.com/bondbox/xlc
internationalization language locale localization
Last synced: 4 months ago
JSON representation
Internationalization(i18n) and Localization(l10n) of Multiple Languages
- Host: GitHub
- URL: https://github.com/bondbox/xlc
- Owner: bondbox
- License: gpl-2.0
- Created: 2025-02-26T16:24:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-03T04:32:45.000Z (about 1 year ago)
- Last Synced: 2025-04-03T05:26:29.353Z (about 1 year ago)
- Topics: internationalization, language, locale, localization
- Language: Python
- Homepage:
- Size: 884 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlc
Internationalization(i18n) and Localization(l10n) of Multiple Languages
- [pycountry](https://github.com/flyingcircusio/pycountry)
## Standardization
Please refer to the following standards:
- ISO 639 Codes for the representation of names of languages
- ISO 639-3 Codes for the representation of names of languages — Part 3: Alpha-3 code for comprehensive coverage of languages
- ISO 639-5 Codes for the representation of names of languages — Part 5: Alpha-3 code for language families and groups
- ISO 3166 Codes for the representation of names of countries and their subdivisions
- ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code
- ISO 3166-2 Codes for the representation of names of countries and their subdivisions — Part 2: Country subdivision code
- ISO 3166-3 Codes for the representation of names of countries and their subdivisions — Part 3: Code for formerly used names of countries
- ISO 4217 Codes for the representation of currencies
- ISO 15924 Information and documentation — Codes for the representation of names of scripts
## reference
- [language-subtag-registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry)
- [ms-lcid](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/)