Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Localization for the Signature-Plugin?

This discussion is related to the Signatures addon.

Hello,

would it be possible to make a .ini-file or something similar so it is easier to change the language of the text in the plugin that the forum users see?

I am not too familiar with PHP and are arfraid to break something if I change the .php files...

Thanks in advance, Robert

Best Answer

  • x00x00 Don't PM about development, I'm not currently taking on clients MVP
    Answer ✓

    The first thing to try is the

    $Definition['The actual English text']

    Sort index names tend to be used in long pieces of text or where there could be ambiguity. Form element labels tend to be locale friendly, anything with T('some text') is locale friendly.

    I think locales are best managed by creating a proper locale rather then in the plugin. That way they won't be overwritten.

    There is already a locale system no need for another.

Answers

Sign In or Register to comment.