feat: Start using moko for i18n

This commit is contained in:
Ahmad Ansori Palembani 2024-06-16 07:18:12 +07:00
parent 872cc92c93
commit 6d531fbb5c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
19 changed files with 171 additions and 44 deletions

View file

@ -33,6 +33,7 @@ rootProject.name = "Yokai"
include(":app")
include(":core")
include(":domain")
include(":i18n")
include(":presentation-core")
include(":presentation-widget")
include(":source-api")