Reformat
parent
96585fbdf7
commit
7be6d779da
@ -1,17 +1,14 @@
|
||||
package org.koitharu.kotatsu.parsers.site.mmrcms.fr
|
||||
|
||||
|
||||
import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
||||
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
||||
import org.koitharu.kotatsu.parsers.model.MangaSource
|
||||
import org.koitharu.kotatsu.parsers.site.mmrcms.MmrcmsParser
|
||||
import java.util.Locale
|
||||
|
||||
|
||||
@MangaSourceParser("JPMANGAS", "JpMangas", "fr")
|
||||
internal class JpMangas(context: MangaLoaderContext) :
|
||||
MmrcmsParser(context, MangaSource.JPMANGAS, "jpmangas.xyz") {
|
||||
|
||||
|
||||
override val sourceLocale: Locale = Locale.ENGLISH
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue