mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 09:02:02 +01:00
Add a new lib-i18n to make message translation easier (#16942)
* Add support to better internationalization with a new lib. * Add info about `lib-i18n` in the contributing guide. * Use lib-i18n in M+ as well. * Change properties files to UTF-8.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
include(":core")
|
||||
|
||||
listOf("dataimage", "unpacker", "cryptoaes", "textinterceptor", "synchrony").forEach {
|
||||
listOf("dataimage", "unpacker", "cryptoaes", "textinterceptor", "synchrony", "i18n").forEach {
|
||||
include(":lib-$it")
|
||||
project(":lib-$it").projectDir = File("lib/$it")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user