Skip to content

Commit 6684a53

Browse files
Added support for Swedish (#1416)
1 parent 48845e0 commit 6684a53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
}
4949

5050
//don't forget to update locales_config.xml when changing the languages!
51-
def locales = ["en", "de", "cs", "el", "es", "fr", "it", "nl", "ru", "zh", "ca", "ja", "zh-rTW", "hu", "vi"]
51+
def locales = ["en", "de", "cs", "el", "es", "fr", "it", "nl", "ru", "zh", "ca", "ja", "zh-rTW", "hu", "vi", "sv"]
5252
buildConfigField "String[]", "TRANSLATION_ARRAY", "new String[]{\""+locales.join("\",\"")+"\"}"
5353
resourceConfigurations += locales
5454

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
<locale android:name="zh-rTW" />
1616
<locale android:name="hu" />
1717
<locale android:name="vi" />
18+
<locale android:name="sv" />
1819
</locale-config>

0 commit comments

Comments
 (0)