Localized new strings

This commit is contained in:
Imran Remtulla
2022-12-21 04:24:17 -05:00
parent 118460ccb9
commit 626bebbe5a
12 changed files with 63 additions and 15 deletions

View File

@@ -193,7 +193,7 @@ class _AppPageState extends State<AppPage> {
}
});
},
child: const Text('Categorize')) // TODO
child: Text(tr('categorize')))
])
],
)),