• Resolved alantygel

    (@alantygel)


    Hi,

    Thanks for the awesome plugin!

    As a small “feature request”, I would suggest you to make page_title/menu_title translatable, so that users of other languages could edit the menu names for names that make more sense for our users.

    In my case, admin users don’t speak English.

    Thanks!
    alan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Moumita Adak

    (@moumitaadak)

    Hi @alantygel, Thanks for reaching out to us.
    Please let us know which page title and menu title you are referring to maybe with a screenshot.

    Thread Starter alantygel

    (@alantygel)

    Hi, thanks for replying.

    I’m referring to the main plugin menu title. You will find it in line 155 class-woo-wallet-admin.php:

    $woo_wallet_menu_page_hook = add_menu_page( 'TeraWallet', 'TeraWallet', get_wallet_user_capability(), 'woo-wallet', array( $this, 'wallet_page' ), '', 59);

    Plugin Contributor Moumita Adak

    (@moumitaadak)

    Okay, it’s can not be translated. It will cause CSS and javascript issues on that page.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Translatable page_title / menu_title’ is closed to new replies.