• Resolved Alex Lion (阿力獅)

    (@alexclassroom)


    For zh_TW translation style guide, we do not translate the plugin name, but we must translate the plugin UI string.

    In plugin’s source code, the plugin name Default featured image is the same as the UI string in the Media setting page.

    In this situation, gettext will extract these two extra stings as the one source text for translation.

    To resolve this issue, I suggest the following modified code.
    app/class-dfi.php line 121
    _x( 'Default featured image', 'Plugin Option UI String', 'default-featured-image' ), // setting title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jan-Willem

    (@janwoostendorp)

    Hi Alex,

    I’ve updated the plugin with your suggestion ??
    It also pushed me far enough to move the development to github

    Plugin Author Jan-Willem

    (@janwoostendorp)

    Hi I’m marking this as resolved, but feel free to contact me if you have any questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I18N Issue’ is closed to new replies.