Translation issues
-
There’s some multilingual issues with this plugin. For some reason it overrides WordPress translations, so that my Authors pages now says “Author” (English) instead of the translated string “Forfatter” (in Norwegian). Deactivating the plugin fixes this. This might be an issue other places as well that I haven’t discovered yet.
It’s also no support for changing text in customisations. For exampel if I want to include recent posts in Author boxes, the text “Recent posts” will be in English.
While I don’t expect the whole plugin to be translated (which would take hours), I should be able to control what visitors to the site see. Untranslated strings make my site look amateurish, so it makes the plugin unusable.
The easy fix is to rely on wordpress core for translation of common strings by using ‘wordpress’ as text-domain instead of your own plugin, like this:
__( 'Author', 'wordpress') __( 'Recent Posts', 'wordpress')
Adding an option to change text that is shown on front-end is another.
- The topic ‘Translation issues’ is closed to new replies.