Skip to content

Commit

Permalink
(android) Signal support for swahili
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Aug 30, 2024
1 parent 9fb2e2b commit d823eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phoenix-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
versionCode = 88
versionName = gitCommitHash()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "fr", "de", "es", "b+es+419", "cs", "pt-rBR", "sk", "vi"))
resourceConfigurations.addAll(listOf("en", "fr", "de", "es", "b+es+419", "cs", "pt-rBR", "sk", "vi", "sw"))
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions phoenix-android/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
<locale android:name="pt-BR" />
<locale android:name="sk" />
<locale android:name="vi" />
<locale android:name="sw" />
</locale-config>

0 comments on commit d823eac

Please sign in to comment.