me.nathanfallet.i18n:i18n-macosx64

Please use dev.kaccelero:i18n instead.


License
GPL-3.0

Documentation

i18n

License Issues Pull Requests Code Size codecov

i18n implementations for kotlin multiplatform

Installation

Add dependency to your build.gradle(.kts) or pom.xml:

api("me.nathanfallet.i18n:i18n:1.0.12")
<dependency>
    <groupId>me.nathanfallet.i18n</groupId>
    <artifactId>i18n-jvm</artifactId>
    <version>1.0.12</version>
</dependency>

Or in a JS project with:

npm install i18n-kt
yarn add i18n-kt