Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vavassor/kp-localization
https://github.com/vavassor/kp-localization
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/vavassor/kp-localization
- Owner: Vavassor
- Created: 2023-05-08T01:44:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-29T20:44:02.000Z (over 1 year ago)
- Last Synced: 2024-11-19T10:53:04.025Z (2 months ago)
- Language: C#
- Homepage: https://vavassor.github.io/kp-localization/
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KP Localization
KP Localization is a package to help VRChat world creators support multiple languages.
## Limitations
### Date, Time, and Number Formatting
Udon doesn't give access to create CultureInfo objects. So culture-specific formatting will always follow the language set by VRChat and can't be controlled by worlds.
### Ordinal Numbers
Ordinal numbers are like 1st, 2nd, and 3rd. Currently we don't support ordinal plural rules. LocalizedText.count assumes cardinal numbers and should not be used for ordinal numbers.