Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Smart Localization

SS ✭✭
edited June 2010 in Vanilla 2.0 - 2.8
Smart Localization

Comments

  • What does this do? With this you're able to specify the localization per application?
  • @S plz, really can you explain what does this plugin do? I have read description for few times, but still not sure whats that all about.
    why do i need this plugin?
  • @S Why would I use this plugin? What does it do?
  • SS ✭✭
    edited March 2011
    @rene
    Copy/paste from my inbox:
    Smart Localization can re-translate any code depends on the application/controller/method.
    For example, "Discussions", but if you want translate "Discussions" as "Forum" but not for all pages, how you can do that. Smart Localization can do it.

    See distinctions.php~example, rename it to distinctions.php
    $Definition['DashboardProfile']['Discussions'] = 'Forum'; // translates "Discussions" as "Forum" at profile page only.
    You can put distinctions.php near definitions.php in locale directory for application or plugin.

    In most cases you dont need this.
    Probably will be useful for east-european languages which have many cases, forms, etc.

    Note that used old style file structure definitions.
    I'm going to rewrite it according to new locale requirements, but dont know when it happens.
Sign In or Register to comment.