mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 08:32:02 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user