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.
Options

Terms of Service translation

edited January 2011 in Vanilla 2.0 - 2.8
Hey @Mark,

I translated the ToS by changing the file /applications/dashboard/views/home/termsofservice.php to
<?php if (!defined('APPLICATION')) exit(); ?> <h1><?php echo T('TermsOfService');?></h1> <div class="Legal"> <?php echo T('TermsOfServiceText');?> </div>

and adding the respective translations to my locale.

It'd be cool if you could reflect something like that in an update. You'd just have to add the ToS locale-strings for en-CA to /applications/dashboard/locale/en-CA/definitions.php.

I'd do it myself, but I can't access git ;-)
Tagged:

Comments

Sign In or Register to comment.