• Resolved marthaki

    (@marthaki)


    Hello!
    I have used CodeStyling Localization plugin with another template I own without problem. However, when I use it for my new website with MesoColumn it doesn’t work and I was wondering whether the problem is theme specific. The error messages I get are:

    Error: The actual loaded translation content does not match the textdomain: codestyling-localization
    Expect, that any text you translate will not occure as long as the textdomain is mismatching!
    This is a coding issue at the source files you try to translate, please contact the original Author and explain this mismatch.

    Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
    It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
    The affected unknown textdomains are:

    … and the only textdomain available is “default” whereas in the other website I have, there is also the textdomain “codestyling-localization”, therefore the plugin works fine.

    I would appreciate your input on this problem.

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter marthaki

    (@marthaki)

    Probably not a theme issue….

    Theme Author Richie KS

    (@rkcorp)

    not really, there’s some issue according to chip (theme reviewer) that need to replace TEMPLATE_DOMAIN to text slug string like

    _e('my text', 'mesocolumn')

    for it to work in global translation tool like wpml and plugin you mention. although some user make it work also somehow.

    this will be issued in next version.

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

The topic ‘CodeStyling Localization error regarding textdomain’ is closed to new replies.