A Chinese transliteration library to convert between Pinyin and Zhuyin
Go to file
Marvin Elsen 4b11926fe3
All checks were successful
Publish package / publish (push) Successful in 1m44s
Merge pull request 'Implement version 2.0.0' (#5) from develop into main
Reviewed-on: #5
2024-10-07 18:54:45 +00:00
.gitea/workflows Initial commit 2024-09-20 12:37:00 +02:00
gradle Initial commit 2024-09-20 12:37:00 +02:00
src Add lüan ㄌㄩㄢ 2024-10-07 20:46:29 +02:00
.gitignore Initial commit 2024-09-20 12:37:00 +02:00
build.gradle.kts Bump version 2024-10-07 20:19:58 +02:00
gradle.properties Initial commit 2024-09-20 12:37:00 +02:00
gradlew Initial commit 2024-09-20 12:37:00 +02:00
gradlew.bat Initial commit 2024-09-20 12:37:00 +02:00
LICENSE Initial commit 2024-09-20 12:37:00 +02:00
README.md Initial commit 2024-09-20 12:37:00 +02:00
settings.gradle.kts Initial commit 2024-09-20 12:37:00 +02:00

Chinese Transliteration for Kotlin

A Chinese transliteration library written in Kotlin.

Installation

Chinese Transliteration for Kotlin is available from my self-hosted Gitea instance.

First, add the repository to your build.gradle.kts file:

repositories {
    maven {
        url = uri("https://gitea.marvinelsen.com/api/packages/marvinelsen/maven")
    }
}

Afterwards, add the package dependency to your build.gradle.kts file:

dependencies {
    implementation("com.marvinelsen:chinese-transliteration:1.0-SNAPSHOT")
}

Usage

fun main() {
    TODO()
}

License

All source code in this repository is licensed under a MIT license, unless otherwise noted.