Skip to content

Commit c7966ca

Browse files
fix: added support for sardinian language (#1052)
1 parent 8cb8219 commit c7966ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
def supportedLocales = ["en",
2424
"af-za", "ast", "be-by", "bg", "ca", "cs", "da-dk", "de",
2525
"es", "es-MX", "eu", "fi", "fr", "hr", "hu", "it", "iw", "ja",
26-
"ko", "lt", "nl", "pl", "pt", "pt-BR", "ru", "sk", "sl", "zh-CN"]
26+
"ko", "lt", "nl", "pl", "pt", "pt-BR", "ru", "sk", "sl", "zh-CN", "sc"]
2727
buildConfigField "String[]", "SUPPORTED_LOCALES", "new String[]{\""+
2828
supportedLocales.join("\",\"")+"\"}"
2929
}

0 commit comments

Comments
 (0)