Open
Description
What problem does this address?
I am using a translation plugin. It works great except for the Navigation block. The navigation block menu can't be translated.
The new Navigation block works well for single language site, but for multilanguage site, we need to translate the Navigation block menu items (I know it was saved in wp_post table with a post type called "wp_navigation").
What is your proposed solution?
I am considering use a hook to replace the navigation menu data with translated menu data.
Any other methods to do the same work would also be appreciated.