mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: locales_config.xml
This commit is contained in:
parent
11145cf716
commit
9a86f99799
4 changed files with 8 additions and 6 deletions
|
@ -9,6 +9,7 @@ fun TaskContainerScope.registerLocalesConfigTask(project: Project): TaskProvider
|
|||
val emptyResourcesElement = "<resources>\\s*</resources>|<resources/>".toRegex()
|
||||
val valuesPrefix = "values-?".toRegex()
|
||||
|
||||
println(projectDir)
|
||||
val languages = fileTree("$projectDir/src/main/res/")
|
||||
.matching {
|
||||
include("**/strings.xml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue