Big refactoring of strings

Removing some of the unused, removing the prefixes on some strings
Cleaning up some of the unused resoures and dialogs
This commit is contained in:
Jay 2020-04-08 20:32:36 -04:00
parent 4828f934b5
commit fb529f52d3
181 changed files with 9961 additions and 10949 deletions

View file

@ -63,11 +63,11 @@ class LocalSource(private val context: Context) : CatalogueSource {
}
override val id = ID
override val name = context.getString(R.string.local_source)
override val name = context.getString(R.string.local_manga)
override val lang = ""
override val supportsLatest = true
override fun toString() = context.getString(R.string.local_source)
override fun toString() = context.getString(R.string.local_manga)
override fun fetchPopularManga(page: Int) = fetchSearchManga(page, "", POPULAR_FILTERS)