feat(mobile): add i18n in multiselect-grid and update translation (en and fr) (#8993)

* add i18n in multiselect grid (en-fr)

* add FR translations from (haptic feedback)

* revert settings
This commit is contained in:
clementdelestre 2024-04-21 21:26:19 +03:00 committed by GitHub
parent a99862120d
commit 21231d53a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -63,7 +63,7 @@ class MultiselectGrid extends HookConsumerWidget {
const Center(child: ImmichLoadingIndicator());
Widget buildEmptyIndicator() =>
emptyIndicator ?? const Center(child: Text("No assets to show"));
emptyIndicator ?? Center(child: const Text("no_assets_to_show").tr());
@override
Widget build(BuildContext context, WidgetRef ref) {