Add Basque language support

Added support for the Basque language to the app.
This commit is contained in:
Patrick Honkonen 2025-04-15 11:36:04 -04:00
parent 18c7333cf3
commit 1cc4aa41b1
No known key found for this signature in database
GPG Key ID: B63AF42A5531C877

View File

@ -63,6 +63,10 @@ enum class AppLanguage(
localeName = "et",
text = "eesti".asText(),
),
BASQUE(
localeName = "eu",
text = "Euskara".asText(),
),
PERSIAN(
localeName = "fa",
text = "فارسی".asText(),