Skip to content

Commit

Permalink
download all translations for language names and the tract UI
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Apr 2, 2024
1 parent eeef3b7 commit 097cd01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ onesky {
sourceStringFiles = listOf(
"strings_language_names.xml",
)

// an empty list downloads all available languages
downloadLanguages = emptyList()
}

dependencies {
Expand Down
2 changes: 2 additions & 0 deletions ui/tract-renderer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ onesky {
sourceStringFiles = listOf(
"strings_tract_renderer.xml"
)

downloadLanguages = emptyList()
}

dependencies {
Expand Down

0 comments on commit 097cd01

Please sign in to comment.