You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My code is with laravel 10. At the beginning my view look like well like this:
it means that i had in frontend those word and phrases :
Select the menu you want to edit:, Choose, Save Menu, Menu Structure, Place each item in the order you prefer. Click on the arrow to the right of the item to display more configuration options.
but it change like this at the end.
it means that i had in frontend those word and phrases instead to have word and phrases I have this:
"Select the menu you want to edit:" become "menu-builder::messages.select_menu_edit",
"Choose" become " menu-builder::messages.choose" ,
"Save Menu" become "menu-builder::messages.save_menu",
"Menu Structure" become "menu-builder::messages.menu_structure",
"Place each item in the order you prefer. Click on the arrow to the right of the item to display more configuration options." become "menu-builder::messages.menu_structure_text "
The text was updated successfully, but these errors were encountered:
My code is with laravel 10. At the beginning my view look like well like this:
it means that i had in frontend those word and phrases :
Select the menu you want to edit:, Choose, Save Menu, Menu Structure, Place each item in the order you prefer. Click on the arrow to the right of the item to display more configuration options.
but it change like this at the end.
it means that i had in frontend those word and phrases instead to have word and phrases I have this:
"Select the menu you want to edit:" become "menu-builder::messages.select_menu_edit",
"Choose" become " menu-builder::messages.choose" ,
"Save Menu" become "menu-builder::messages.save_menu",
"Menu Structure" become "menu-builder::messages.menu_structure",
"Place each item in the order you prefer. Click on the arrow to the right of the item to display more configuration options." become "menu-builder::messages.menu_structure_text "
The text was updated successfully, but these errors were encountered: