Plugins 024 – Interview Mitcho author of Yet Another Related Posts Plugin YARPP and HookPress WordPress Plugins

In this episode we continue our conversation with Mitcho, the author of the Yet Another Related Posts Plugin (YARPP) and HookPress plugin.

Mitcho and I talk about jQuery, plugin development and plugin translation in WordPress. Mitcho goes into detail of the problems that come up that you cannot anticipate when creating plugins.

Further into our conversation we talk about providing translation support in plugins and the challenges with it. Mitcho recommended the CodeStyling Localization WordPress plugin to allow translators to translate plugins. Mitcho explains how to add code around your strings in your plugin to support translation. e.g. __(‘your string here’). The translation is performed using GetText, which is a very popular translation method and is very popular for software translation.

Mitcho goes on to suggest that a repository of translations be created and hosted at WordPress.org so translations can be managed and distributed independently of the plugins. I completely agree with Mitcho and think this is a great idea.

Near the end of the interview we talk more about YARPP features and how it can be added to themes.

Thank you so much Mitcho for taking the time to come on theĀ  show and discussing your WordPress plugins and thoughts on translation.