Skip to content

Commit

Permalink
Merge pull request #239 from deku-messaging/locale-ru
Browse files Browse the repository at this point in the history
update: modified ru to work
  • Loading branch information
sherlockwisdom authored May 6, 2024
2 parents 4549795 + c32f7ed commit 7625a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}
}

resourceConfigurations += ["en", "fr"]
resourceConfigurations += ["en", "fr", "ru"]
}

// buildFeatures {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en"/>
<locale android:name="fr"/>
<locale android:name="ru"/>
</locale-config>

0 comments on commit 7625a89

Please sign in to comment.