Skip to content

Commit 0f3967b

Browse files
committed
Add Italian locale
1 parent ec6f50f commit 0f3967b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ android {
3131
"de",
3232
"es",
3333
"fr",
34+
"it",
3435
"nl",
3536
"pt",
3637
"ru",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<locale android:name="de" />
55
<locale android:name="es" />
66
<locale android:name="fr" />
7+
<locale android:name="it" />
78
<locale android:name="nl" />
89
<locale android:name="pt" />
910
<locale android:name="ru" />

0 commit comments

Comments
 (0)