Viewing 1 replies (of 1 total)
  • Plugin Author codestyling

    (@codestyling)

    Yes, it is supported, if you meet at least 3 required entries:

    1. The Plugin needs at header fields a name.
    2. The Plugin needs at header fields a textdomain specifier.
    3. The Plugin needs at header fields a language file path.

    If the plugin follows this, the translation is possible and supported.

    Example (taken from my own plugin):

    <?php /*
    Plugin Name: CodeStyling Localization
    Text Domain: codestyling-localization
    Domain Path: /languages
    */?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Codestyling Localization] How to translate the plugin description’ is closed to new replies.