Merge pull request #754 from davotoula/fix_gr_locale

Correct GR locale config
This commit is contained in:
Vitor Pamplona 2024-01-30 09:45:36 -05:00 committed by GitHub
commit f1b0958903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ android {
'cy-rGB',
'da-rDK',
'de',
'el-rGB',
'el-rGR',
'en-rGB',
'eo',
'es',

View File

@ -6,7 +6,7 @@
<locale android:name="cy-GB"/>
<locale android:name="da-DK"/>
<locale android:name="de"/>
<locale android:name="el-GB"/>
<locale android:name="el-GR"/>
<locale android:name="en"/>
<locale android:name="en-GB"/>
<locale android:name="eo"/>