An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

fluid-cldr
==========

[![Maven Central](https://img.shields.io/maven-central/v/io.fluidsonic.cldr/fluid-cldr?label=Maven%20Central)](https://search.maven.org/artifact/io.fluidsonic.cldr/fluid-cldr)
[![JCenter](https://img.shields.io/bintray/v/fluidsonic/kotlin/cldr?label=JCenter)](https://bintray.com/fluidsonic/kotlin/cldr)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.4.31%20(JVM%20JDK%208)-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.4.31)
[![#fluid-libraries Slack Channel](https://img.shields.io/badge/slack-%23fluid--libraries-543951.svg?label=Slack)](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