Add Pinyin support to app search

Implement #8
This commit is contained in:
MM20
2022-03-05 13:54:07 +01:00
parent d2cdbbc7c4
commit b6f6c0c584
4 changed files with 28 additions and 4 deletions
@@ -194,4 +194,11 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://commons.apache.org/proper/commons-text/"
),
OpenSourceLibrary(
name = "TinyPinyin",
description = "A fast, low-memory Chinese character-to-pinyin library for Java and Android.",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://github.com/promeG/TinyPinyin"
),
)