This website requires JavaScript.
Explore
Help
Register
Sign In
Draff
/
Tachiyomi-Extensions
Watch
1
Star
0
Fork
You've already forked Tachiyomi-Extensions
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
77ae53ba1e
Tachiyomi-Extensions
/
lib
/
i18n
/
build.gradle.kts
4 lines
34 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a new `lib-i18n` to make message translation easier (#17336) * 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. * use the assets/ folder instead of the res/ folder files under assets/ are addressible by name * mangadex: add string invalid_manga_id * M+: Add translations for Vietnamese * m+: Add Vietnamese to list of available languages * mangadex: remove duplicate declarations --------- Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-08-02 17:52:00 +00:00
plugins {
Deduplicate lib build scripts (#1392)
2024-02-19 14:00:22 +00:00
id("lib-android")
Add a new `lib-i18n` to make message translation easier (#17336) * 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. * use the assets/ folder instead of the res/ folder files under assets/ are addressible by name * mangadex: add string invalid_manga_id * M+: Add translations for Vietnamese * m+: Add Vietnamese to list of available languages * mangadex: remove duplicate declarations --------- Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-08-02 17:52:00 +00:00
}