Skip to content

Commit

Permalink
feat: Add en-gb domain and update en-us one
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Sep 16, 2023
1 parent 1b94c3a commit 9c65610
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class RegistrationDomainProviderImpl @Inject constructor() : RegistrationDomainP
private val lazyDomain: String by lazy {
val locale = Locale.getDefault()
when (locale.toString()) {
"en_US" -> "@applepie.fans"
"en_GB" -> "@cuppa.fans"
"en_US" -> "@applepie.rocks"
"es_VE" -> "@guarapo.cafe"
else -> "@nautilus.ink"
}
Expand Down

0 comments on commit 9c65610

Please sign in to comment.