Kamyroll: update locale of de-DE (#1168)
Closes https://github.com/jmir1/aniyomi-extensions/issues/1160
This commit is contained in:
@ -6,7 +6,7 @@ ext {
|
||||
extName = 'Kamyroll'
|
||||
pkgNameSuffix = 'all.kamyroll'
|
||||
extClass = '.Kamyroll'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
|
@ -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)"),
|
||||
|
Reference in New Issue
Block a user