Add missing translation tag for search_no_objects (#344)
* feat(mobile) added french translations * fix(mobile) added missing translation tag for search_no_objects (EN,DE,FR) * fix(mobile) renamed search_no_objects to search_page_no_objects
This commit is contained in:
parent
20b94ef0bb
commit
1f40fc1de9
4 changed files with 4 additions and 1 deletions
|
@ -76,6 +76,7 @@
|
|||
"profile_drawer_sign_out": "Abmelden",
|
||||
"search_bar_hint": "Durchsuche deine Fotos",
|
||||
"search_page_no_places": "Keine Informationen über Orte verfügbar",
|
||||
"search_page_no_objects": "Keine Objektinformationen verfügbar",
|
||||
"search_page_places": "Orte",
|
||||
"search_page_things": "Dinge",
|
||||
"search_result_page_new_search_hint": "Neue Suche",
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
"profile_drawer_sign_out": "Sign Out",
|
||||
"search_bar_hint": "Search your photos",
|
||||
"search_page_no_places": "No Places Info Available",
|
||||
"search_page_no_objects": "No Objects Info Available",
|
||||
"search_page_places": "Places",
|
||||
"search_page_things": "Things",
|
||||
"search_result_page_new_search_hint": "New Search",
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
"profile_drawer_sign_out": "Se déconnecter",
|
||||
"search_bar_hint": "Rechercher vos photos",
|
||||
"search_page_no_places": "Aucune information disponible sur la localisation",
|
||||
"search_page_no_objects": "Aucune information disponible sur les objets",
|
||||
"search_page_places": "Lieux",
|
||||
"search_page_things": "Objets",
|
||||
"search_result_page_new_search_hint": "Nouvelle recherche",
|
||||
|
|
|
@ -140,7 +140,7 @@ class SearchPage extends HookConsumerWidget {
|
|||
return ThumbnailWithInfo(
|
||||
imageUrl:
|
||||
'https://images.unsplash.com/photo-1612178537253-bccd437b730e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Ymxhbmt8ZW58MHx8MHx8&auto=format&fit=crop&w=700&q=60',
|
||||
textInfo: 'sarch_no_objects'.tr(),
|
||||
textInfo: 'search_page_no_objects'.tr(),
|
||||
onTap: () {},
|
||||
);
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue