Revert lib-i18n addition (#16990)

* Revert "Add a new `lib-i18n` to make message translation easier (#16942)"

This reverts commit 4e17c228ca.

* Bump the versions.
This commit is contained in:
Alessandro Jean
2023-07-02 18:42:03 -03:00
committed by GitHub
parent 6ff3045c6f
commit dd0a128de0
20 changed files with 1302 additions and 909 deletions

View File

@@ -257,16 +257,6 @@ dependencies {
}
```
#### I18n library
[`lib-i18n`](https://github.com/tachiyomiorg/tachiyomi-extensions/tree/master/lib/i18n) is a library for handling internationalization in the sources. It allows loading `.properties` files with messages located under the `res/raw` folder of each extension, that can be used to translate strings under the source.
```gradle
dependencies {
implementation(project(':lib-i18n'))
}
```
#### Additional dependencies
If you find yourself needing additional functionality, you can add more dependencies to your `build.gradle` file.