Skip to content

Commit

Permalink
Add extra locales to Transifex initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Jan 23, 2024
1 parent 039d2ce commit f6912f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object MainTransifex {
LocaleState(
applicationContext,
"en",
arrayOf("en", "es"),
arrayOf("en", "es", "fr", "de", "it"),
null
)

Expand Down

0 comments on commit f6912f3

Please sign in to comment.