mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Release 0.6.4
This commit is contained in:
		@@ -101,7 +101,7 @@ open class CatalogueController(bundle: Bundle) :
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    override fun getTitle(): String? {
 | 
			
		||||
        return presenter.source.toString()
 | 
			
		||||
        return presenter.source.name
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    override fun createPresenter(): CataloguePresenter {
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,8 @@ class SettingsGeneralController : SettingsController() {
 | 
			
		||||
        listPreference {
 | 
			
		||||
            key = Keys.lang
 | 
			
		||||
            titleRes = R.string.pref_language
 | 
			
		||||
            entryValues = arrayOf("", "bg", "de", "en", "es", "fr", "it", "lv", "nl", "pl", "pt",
 | 
			
		||||
                    "pt-BR", "ru", "vi")
 | 
			
		||||
            entryValues = arrayOf("", "ar", "bg", "de", "en", "es", "fr", "id", "it", "lv", "ms",
 | 
			
		||||
                    "nl", "pl", "pt", "pt-BR", "ru", "vi")
 | 
			
		||||
            entries = entryValues.map { value ->
 | 
			
		||||
                val locale = LocaleHelper.getLocaleFromString(value.toString())
 | 
			
		||||
                locale?.getDisplayName(locale)?.capitalize() ?:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user