Skip to content

Commit

Permalink
Enable Lithuanian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Jan 17, 2025
1 parent e1829b6 commit 6e0ccd2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,23 @@ android {
}

//Configure supported languages here to avoid including incomplete translations in the releases
resourceConfigurations += ['en', 'cs', 'fi', 'fr-rFR', 'de-rDE', 'hu', 'it', 'nb-rNO', 'nl', 'pt', 'pt-rBR', 'ru', 'uk', 'zh-rCN']
resourceConfigurations += [
'en',
'cs',
'de-rDE',
'fi',
'fr-rFR',
'hu',
'it',
'lt',
'nb-rNO',
'nl',
'pt',
'pt-rBR',
'ru',
'uk',
'zh-rCN'
]

//Add supported locales to a build config field for the language picker UI
buildConfigField("String", "SUPPORTED_LOCALES", "\"" + resourceConfigurations.join(",") + "\"")
Expand Down

0 comments on commit 6e0ccd2

Please sign in to comment.