Title: Plugin translatable
Last modified: August 30, 2016

---

# Plugin translatable

 *  Resolved [Nikomuse](https://wordpress.org/support/users/nikomuse/)
 * (@nikomuse)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/)
 * Hi,
 * It could be great to have this plugin translatable…
    The buttons, the columns
   names… Actually I’ll use this plugin for my client and he’s french…
 * Best regards,
    Nicolas.
 * [https://wordpress.org/plugins/wp-db-table-editor/](https://wordpress.org/plugins/wp-db-table-editor/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241730)
 * I would certainly accept any patches internationalizing the plugin, but I probably
   don’t have time to work on this myself.
 *  Thread Starter [Nikomuse](https://wordpress.org/support/users/nikomuse/)
 * (@nikomuse)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241847)
 * I started the plugin internationalization and commited first changes.
    But It’s
   not full functionnal… I’ll let you know when it will be ok.
 *  Thread Starter [Nikomuse](https://wordpress.org/support/users/nikomuse/)
 * (@nikomuse)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241849)
 * There is just an issue : I can’t translate the page_title and menu_title parameters
   of the add_menu_page function in your dbte_menu function. When I do it, it just
   display : No Database Table Configured to Edit (from dbte_render).
    Do you know
   why ?
 *  Thread Starter [Nikomuse](https://wordpress.org/support/users/nikomuse/)
 * (@nikomuse)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241870)
 * I finished the plugin internationalization, except for the page_title and menu_title
   as I said in the previous post.
    I added sprintf.js file in order to translate
   with replacements in js files. You can check it and tell me if you agree with
   my code…
 * Regards,
    Nicolas Letellier.
 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241876)
 * Everything that you committed looks pretty good! Thanks for the efforts!
 * As far as the menu titles goes, I believe it is figuring out the “current” table
   in the `dbte_scripts` function by finding the table name in the scripts hook.(
   The hook is expected to look like “db-table-editor_page_dbte_{table name}”). 
   Then the name produced should match the id of one the data tables.
 * Currently testing this and looking to this issue more closely
 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241881)
 * I did find a bug where it was enqueueing the wrong js file. I pushed a patch 
   resolving this to github. As far as page titles go, I couldnt recreate. Maybe
   an example of what you tried?
 *  Thread Starter [Nikomuse](https://wordpress.org/support/users/nikomuse/)
 * (@nikomuse)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241884)
 * Yes, I replaced this in the dbte_menu function of the db-table-editor.php file:
 * add_menu_page(‘DB Table Editor’, ‘DB Table Editor’
 * by
 * add_menu_page(__(‘DB Table Editor’, ‘wp-db-table-editor’), __(‘DB Table Editor’,‘
   wp-db-table-editor’)
 * This broke the custom tables pages, so I think the “current” table as you said.
 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241896)
 * Ok, I see the problem and believe I have pushed a second and third patch pushed
   that will translate the page titles. I think this is probably done then.
 * Thanks again for the help and cheers!
 *  Thread Starter [Nikomuse](https://wordpress.org/support/users/nikomuse/)
 * (@nikomuse)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241910)
 * Ok, cool !
    Thank you too for the plugin… 🙂
 *  Thread Starter [Nikomuse](https://wordpress.org/support/users/nikomuse/)
 * (@nikomuse)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241912)
 * I saw the wordpress plugin update but it seems you forgot to add the new files:
   sprintf.js and the languages folder…
 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241918)
 * Thanks! I always mess up svn… its why I use git.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Plugin translatable’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-db-table-editor.svg)
 * [WP-DB-Table-Editor](https://wordpress.org/plugins/wp-db-table-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-db-table-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-db-table-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-db-table-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-db-table-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-db-table-editor/reviews/)

## Tags

 * [translatable](https://wordpress.org/support/topic-tag/translatable/)

 * 11 replies
 * 2 participants
 * Last reply from: [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-translatable/#post-6241918)
 * Status: resolved