Add Greek translation for mobile app fixed

This commit is contained in:
Lliakos 2026-04-25 22:03:55 +03:00
parent e360a014ca
commit 31c374482a
2 changed files with 2 additions and 0 deletions

View file

@ -4,4 +4,5 @@
<locale android:name="es"/>
<locale android:name="tr"/>
<locale android:name="it"/>
<locale android:name="el"/>
</locale-config>

View file

@ -16,6 +16,7 @@ enum class AppLanguage(
SPANISH("es", Res.string.lang_spanish),
TURKISH("tr", Res.string.lang_turkish),
ITALIAN("it", Res.string.lang_italian),
GREEK("el", Res.string.lang_greek),
;
companion object {