mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-30 21:13:28 +01:00 
			
		
		
		
	Localized new strings
This commit is contained in:
		| @@ -156,10 +156,10 @@ class SettingsProvider with ChangeNotifier { | ||||
|   } | ||||
|  | ||||
|   getCategoryFormItem({String initCategory = ''}) => | ||||
|       GeneratedFormItem('category', // TODO | ||||
|           label: 'Category', | ||||
|       GeneratedFormItem('category', | ||||
|           label: tr('category'), | ||||
|           opts: [ | ||||
|             const MapEntry('', 'No Category'), | ||||
|             MapEntry('', tr('noCategory')), | ||||
|             ...categories.entries.map((e) => MapEntry(e.key, e.key)).toList() | ||||
|           ], | ||||
|           defaultValue: initCategory); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user