mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
Merge pull request #847 from Lliakos/cmp-rewrite
feat: Add Greek translation
This commit is contained in:
commit
a1028c407e
3 changed files with 1046 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>
|
||||
|
|
|
|||
1043
composeApp/src/commonMain/composeResources/values-el/strings.xml
Normal file
1043
composeApp/src/commonMain/composeResources/values-el/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -5,6 +5,7 @@ import nuvio.composeapp.generated.resources.lang_english
|
|||
import nuvio.composeapp.generated.resources.lang_spanish
|
||||
import nuvio.composeapp.generated.resources.lang_turkish
|
||||
import nuvio.composeapp.generated.resources.lang_italian
|
||||
import nuvio.composeapp.generated.resources.lang_greek
|
||||
import org.jetbrains.compose.resources.StringResource
|
||||
|
||||
enum class AppLanguage(
|
||||
|
|
@ -15,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