mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Reword "All" source/ext lang to "Multi" (#7895)
* Add "multi" as a recognized source/ext lang * Review Changes
This commit is contained in:
		@@ -19,7 +19,7 @@ object LocaleHelper {
 | 
			
		||||
            SourcesPresenter.LAST_USED_KEY -> context.getString(R.string.last_used_source)
 | 
			
		||||
            SourcesPresenter.PINNED_KEY -> context.getString(R.string.pinned_sources)
 | 
			
		||||
            "other" -> context.getString(R.string.other_source)
 | 
			
		||||
            "all" -> context.getString(R.string.all_lang)
 | 
			
		||||
            "all" -> context.getString(R.string.multi_lang)
 | 
			
		||||
            else -> getDisplayName(lang)
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user