Kamyroll: update locale of de-DE (#1168)

Closes https://github.com/jmir1/aniyomi-extensions/issues/1160
This commit is contained in:
Samfun75
2023-01-15 00:30:26 +03:00
committed by GitHub
parent aec8f5f5d4
commit 50cff5bc17
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Kamyroll'
pkgNameSuffix = 'all.kamyroll'
extClass = '.Kamyroll'
extVersionCode = 6
extVersionCode = 7
libVersion = '13'
}

View File

@ -253,7 +253,7 @@ class Kamyroll : ConfigurableAnimeSource, AnimeHttpSource() {
private val locale = arrayOf(
Pair("ar-ME", "Arabic"),
Pair("ar-SA", "Arabic (Saudi Arabia)"),
Pair("de-DE", "Dutch"),
Pair("de-DE", "German"),
Pair("en-US", "English"),
Pair("es-419", "Spanish"),
Pair("es-ES", "Spanish (Spain)"),