mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
Add Basque language support
Added support for the Basque language to the app.
This commit is contained in:
parent
18c7333cf3
commit
1cc4aa41b1
@ -63,6 +63,10 @@ enum class AppLanguage(
|
||||
localeName = "et",
|
||||
text = "eesti".asText(),
|
||||
),
|
||||
BASQUE(
|
||||
localeName = "eu",
|
||||
text = "Euskara".asText(),
|
||||
),
|
||||
PERSIAN(
|
||||
localeName = "fa",
|
||||
text = "فارسی".asText(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user