Title: i18n issues
Last modified: August 31, 2016

---

# i18n issues

 *  Resolved [danbp](https://wordpress.org/support/users/danbp/)
 * (@danbp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/i18n-issues/)
 * Hi Brajesh,
 * i got some translation errors in mpp-admin.php
    Line 276, _‘label’_ has a whitespace
   after %s
 * `'label' => sprintf( _x( 'Allowed extensions for %s ', 'Settings page', 'mediapress'),
   $type ),`
 * This space is not visible in poEdit, so it throws an error when you don’t add
   it at the end of the phrase. That’s very annoying. Removing the space solve the
   issue.
 * Line 277, _‘desc’_ contains a var %s which make it unable to get translated in
   poEdit.
 * This was a nightmare to debug and i have no clue what happens here. I presume
   it’s because label and desc share the same $type, in which case %s is only recognized
   once by gettext. But they’re 2 %s… So i would change the description to something
   more simple, such as:
 * `'desc' => _x( 'Separate file extensions by comma', 'Settings page', 'mediapress'),`
 * This solution is working.
 * Missing i18n for label on line 489
    `'label' => 'Enable Commenting on single 
   Gallery?',` Replace by: `'label' => _x( 'Enable Commenting on single Gallery?','
   admin theme comment settings', 'mediapress' ),`
 * On frontend, while on manage gallery, add a media, the breadcrumb final remains
   in english.
    URL: ../manage/add/ Breadcrumb: Your Galleries/gallery_name/**Add**
 * Unsure where this “add” is coded, so i have no solution for this at the moment.
 * Hope you can arrange this in a next update.
 * [https://wordpress.org/plugins/mediapress/](https://wordpress.org/plugins/mediapress/)

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

 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/i18n-issues/#post-7185980)
 * Hi Dan,
    Thank you for posting. I am sorry for the inconvenience. I am updating
   it on github today and will be auditing other strings too.
 * Please do let me know if you find any other string too.
 * Thank you for your help in making MediaPress better.
 * Brajesh
 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years ago](https://wordpress.org/support/topic/i18n-issues/#post-7186280)
 * Have fixed it in 1.0.5
 * Thank you
    Brajesh

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

The topic ‘i18n issues’ is closed to new replies.

 * ![](https://ps.w.org/mediapress/assets/icon-256x256.png?rev=1566617)
 * [MediaPress](https://wordpress.org/plugins/mediapress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mediapress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mediapress/)
 * [Active Topics](https://wordpress.org/support/plugin/mediapress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mediapress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mediapress/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/i18n-issues/#post-7186280)
 * Status: resolved