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.

Translation collector

SS ✭✭
edited September 2010 in Vanilla 2.0 - 2.8
Translation collector

Comments

  • It works, if not 100% then 99% – thanks!

    Here's a how-to for those who wonder:
    Once installed, open up the plugin's "default.php" and follow the explanations. Incl. adding in two lines @ line 200 in /library/core/class.locale.php (it was actually 2018-19 for me). Then, it was just a matter of navigating through every possible page/scenario of the forum. What it does is output translation files for Vanilla, Dashboard and Conversations in the plugin folder.
    You then need to manually go to /applications/APPLICATION NAME/locale/, create a new folder for your language (e.g. "en-GB") and copy the newly created translation file for that application into the folder, calling the file definitions.php. Repeat for all 3 applications (conversations, dashboard, vanilla).
    Finally, open up /conf/config-defaults.php and change $Configuration['Garden']['Locale'] from "en-CA" to the same as your new language folder.

    A couple of lines weren't translateable: "'Sign In →" button in the popup box (probably caused by the arrow sign), a lot of secondary stuff on the Recent Activity page, "Options" header on the user profile page and checkboxes in the Signature options popup.
  • TimTim Operations Vanilla Staff
    Approved.

    Vanilla Forums COO [GitHub, Twitter, About.me]

Sign In or Register to comment.