mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
Add Greek translation for mobile app fixed
This commit is contained in:
parent
e360a014ca
commit
31c374482a
2 changed files with 2 additions and 0 deletions
|
|
@ -4,4 +4,5 @@
|
|||
<locale android:name="es"/>
|
||||
<locale android:name="tr"/>
|
||||
<locale android:name="it"/>
|
||||
<locale android:name="el"/>
|
||||
</locale-config>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue