Skip to content

Commit 17a0a8f

Browse files
committed
Add French and Russian locales
1 parent 65dfe24 commit 17a0a8f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ android {
2828
"en",
2929
"de",
3030
"es",
31+
"fr",
3132
"nl",
3233
"pt",
34+
"ru",
3335
"ta",
3436
"zh-rCN",
3537
"zh-rHK",

app/src/main/res/xml/locales_config.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<locale android:name="en" />
44
<locale android:name="de" />
55
<locale android:name="es" />
6+
<locale android:name="fr" />
67
<locale android:name="nl" />
78
<locale android:name="pt" />
9+
<locale android:name="ru" />
810
<locale android:name="ta" />
911
<locale android:name="zh-CN" />
1012
<locale android:name="zh-HK" />

0 commit comments

Comments
 (0)