Skip to content

Remove Translate requirement #36

@vojtasvoboda

Description

@vojtasvoboda

This plugin can be used also at sites without more localisations, so plugin should not depend on Translate, am I right?

Maybe you can define function trans somehow like that?

if (!function_exists('trans')) {
    function trans($s) {
        return $s;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions