chore(mobile): translate missing strings (#22057)

This commit is contained in:
bo0tzz
2025-09-16 15:51:03 +02:00
committed by GitHub
parent df7ea4d8ea
commit 4d00261bc1
20 changed files with 87 additions and 43 deletions

View File

@@ -85,7 +85,7 @@ class PlacesCollectionPage extends HookConsumerWidget {
},
);
},
error: (error, stask) => const Text('Error getting places'),
error: (error, stask) => Text('error_getting_places'.tr()),
loading: () => const Center(child: CircularProgressIndicator()),
),
],