NyCodeGHG / i18next

i18next internationalization library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i18next Java

This is a Fork of Votebot/i18next.

Gradle Kotlin DSL

repositories {
    maven("https://nycode.jfrog.io/artifactory/nycode-snapshots/")
}
dependencies {
    implementation("de.nycode", "i18next", "1.0.0-SNAPSHOT")
}

Maven

<repository>
    <name>nycode-snapshots</name>
    <url>https://nycode.jfrog.io/artifactory/nycode-snapshots/</url>
</repository>

<dependency>
    <groupId>de.nycode</groupId>
    <artifactId>i18next</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

About

i18next internationalization library


Languages

Language:Java 96.2%Language:Kotlin 3.8%