Add DeepL translations as placeholders

This commit is contained in:
Imran Remtulla
2024-02-01 20:34:32 -05:00
parent 7d08e5225c
commit f50e791221
17 changed files with 150 additions and 62 deletions

View File

@@ -1038,7 +1038,7 @@ class AppsPageState extends State<AppsPage> {
IconButton(
color: Theme.of(context).colorScheme.primary,
style: const ButtonStyle(visualDensity: VisualDensity.compact),
tooltip: isFilterOff ? tr('filter') : tr('filterActive'),
tooltip: '${tr('filter')}${isFilterOff ? '' : ' *'}',
onPressed: isFilterOff
? showFilterDialog
: () {