mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02: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