Title: I18N Issues
Last modified: January 15, 2023

---

# I18N Issues

 *  ResolvedPlugin Contributor [Alex Lion (阿力獅)](https://wordpress.org/support/users/alexclassroom/)
 * (@alexclassroom)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/i18n-issues-12/)
 * I found several I18N issues, and I cannot find this plugin’s GitHub repository,
   so I cannot submit PR to you.
 * All the following modification are based on version 1.0.
 * mysql-process-list.php, line 20
 *     ```wp-block-code
       wp_die(__('You do not have sufficient permissions to access this page.', 'mysql-process-list' ));
       ```
   
 * Line 24 to 25
 *     ```wp-block-code
       <h1><?php esc_html_e( 'MySQL Process List', 'mysql-process-list' ); ?></h1>
       <p><?php esc_html_e( 'The MySQL process list indicates the operations currently being performed by the set of threads executing within the website.', 'mysql-process-list' ); ?></p>
       ```
   
 * Line 29 to 35
 *     ```wp-block-code
       <option value="5"><?php esc_html_e( '5 seconds', 'mysql-process-list' ); ?></option>
       <option value="10" selected><?php esc_html_e( '10 seconds', 'mysql-process-list' ); ?></option>
       <option value="30"><?php esc_html_e( '30 seconds', 'mysql-process-list' ); ?></option>
       <option value="60"><?php esc_html_e( '60 seconds', 'mysql-process-list' ); ?></option>
       <option value="120"><?php esc_html_e( '2 minutes', 'mysql-process-list' ); ?></option>
       <option value="300"><?php esc_html_e( '5 minutes', 'mysql-process-list' ); ?></option>
       <option value="600"><?php esc_html_e( '10 minutes', 'mysql-process-list' ); ?></option>
       ```
   
 * Line 41 to 48
 *     ```wp-block-code
       <th><?php esc_html_e( 'ID', 'mysql-process-list' ); ?></th>
       <th><?php esc_html_e( 'User', 'mysql-process-list' ); ?></th>
       <th><?php esc_html_e( 'Host', 'mysql-process-list' ); ?></th>
       <th><?php esc_html_e( 'DB', 'mysql-process-list' ); ?></th>
       <th><?php esc_html_e( 'Command', 'mysql-process-list' ); ?></th>
       <th><?php esc_html_e( 'Time', 'mysql-process-list' ); ?></th>
       <th><?php esc_html_e( 'State', 'mysql-process-list' ); ?></th>
       <th><?php esc_html_e( 'Info', 'mysql-process-list' ); ?></th>
       ```
   

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

 *  Plugin Author [Stefan Pejcic](https://wordpress.org/support/users/stefanpejcic/)
 * (@stefanpejcic)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/i18n-issues-12/#post-16374868)
 * Hello Alex, thank you so much for taking the time to review the code!
 * I’ve created a GitHub repo and added your suggestions: [https://github.com/stefanpejcic/MySQL-Process-List/](https://github.com/stefanpejcic/MySQL-Process-List/)
 * Thank you once again.
 *  Plugin Author [Stefan Pejcic](https://wordpress.org/support/users/stefanpejcic/)
 * (@stefanpejcic)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/i18n-issues-12/#post-16374869)
 * added as contributor
 *  Plugin Contributor [Alex Lion (阿力獅)](https://wordpress.org/support/users/alexclassroom/)
 * (@alexclassroom)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/i18n-issues-12/#post-16375678)
 * Now this plugin has its full locaized zh_TW UI and plugin page.

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

The topic ‘I18N Issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mysql-process-list_e3e4e5.svg)
 * [MySQL Process List](https://wordpress.org/plugins/mysql-process-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mysql-process-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mysql-process-list/)
 * [Active Topics](https://wordpress.org/support/plugin/mysql-process-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mysql-process-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mysql-process-list/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Alex Lion (阿力獅)](https://wordpress.org/support/users/alexclassroom/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/i18n-issues-12/#post-16375678)
 * Status: resolved