https://github.com/fluidsonic/fluid-cldr
Kotlin library for making CLDR data more easily accessible
https://github.com/fluidsonic/fluid-cldr
cldr internationalization kotlin
Last synced: 6 months ago
JSON representation
Kotlin library for making CLDR data more easily accessible
- Host: GitHub
- URL: https://github.com/fluidsonic/fluid-cldr
- Owner: fluidsonic
- License: apache-2.0
- Created: 2020-08-24T01:20:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T17:27:25.000Z (over 4 years ago)
- Last Synced: 2025-02-01T14:15:44.667Z (8 months ago)
- Topics: cldr, internationalization, kotlin
- Language: Kotlin
- Homepage:
- Size: 79.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fluid-cldr
==========[](https://search.maven.org/artifact/io.fluidsonic.cldr/fluid-cldr)
[](https://bintray.com/fluidsonic/kotlin/cldr)
[-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.4.31)
[](https://kotlinlang.slack.com/messages/C7UDFSVT2/)Basic functionality to access CLDR data.
Needed for building [fluid-i18n](http://github.com/fluidsonic/fluid-i18n).
**Highly experimental, feel free to contribute!**Installation
------------`build.gradle.kts`:
```kotlin
dependencies {
implementation("io.fluidsonic.cldr:fluid-cldr:0.9.3-37")
}
```License
-------Apache 2.0