mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-05 14:20:20 +00:00
Use the euro sign for PMS (#1504)
This commit is contained in:
parent
01c0cd9de2
commit
14b5439a97
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ private fun getCurrencyKey(locale: Locale): Pair<String, List<String>> {
|
|||
return euro
|
||||
if (locale.toString().matches(euroLocales))
|
||||
return euro
|
||||
if (locale.language.matches("ca|eu|lb|mt".toRegex()))
|
||||
if (locale.language.matches("ca|eu|lb|mt|pms".toRegex()))
|
||||
return euro
|
||||
if (locale.language.matches("ak|dag|ee|fa|gaa|ha|ig|iw|lo|ko|km|mn|ne|si|th|uk|vi|yo".toRegex()))
|
||||
return genericCurrencyKey(getCurrency(locale))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue