Extract translation from app module (#7975)

* Extract translation from app module

- Prep for further extraction to modules in the nearish future

* Subproject .gitignore
This commit is contained in:
Andreas
2022-09-10 15:58:45 +02:00
committed by GitHub
parent 56826fb477
commit d5c207d8a3
83 changed files with 50 additions and 16 deletions

View File

@@ -36,3 +36,4 @@ dependencyResolutionManagement {
rootProject.name = "Tachiyomi"
include(":app")
include(":i18n")