HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Additional locale

How to add another language. I want to make russian translation.
Thank you!

Comments

  • peregrineperegrine MVP
    edited July 2014

    you probably just need to add a folder under locale in the plugin called ru-RU.php

    with this inside it

     <?php if (!defined('APPLICATION')) exit();
    $Definition['MaintenanceNotice'] = " Site in Maintenance Mode.   Говорите, пожалуйста, медленнее  <br />You will return later";
    ?>
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Thank you.

  • peregrineperegrine MVP
    edited July 2014

    Пожалуйста

    Я плохо говорю по-русски :wink:

    a tongue-twister

    Говорит попугай попугаю: "Я тебя, попугай, попугаю!"
    Попугаю в ответ попугай: "Попугай, попугай, попугай!"

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • oliverraduneroliverraduner Contributing to Vanilla since 2010 Switzerland ✭✭

    @peregrine said:
    you probably just need to add a folder under locale in the plugin called ru-RU.php

    Exactly, thanks for answering it.
    You can also view the according files and folders as an example on the Github Repo for the Maintenance Mode Plugin here.

Sign In or Register to comment.