mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-08 21:45:08 +01:00
add lang "other" to local
This commit is contained in:
parent
47c78fb62f
commit
1acc2d60e0
@ -79,7 +79,7 @@ class LocalSource(private val context: Context) : CatalogueSource {
|
||||
|
||||
override val id = ID
|
||||
override val name = context.getString(R.string.local_source)
|
||||
override val lang = ""
|
||||
override val lang = "other"
|
||||
override val supportsLatest = true
|
||||
|
||||
override fun toString() = context.getString(R.string.local_source)
|
||||
|
Loading…
Reference in New Issue
Block a user