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.

Change language en-CA not consistant.

kevinsankevinsan New
edited February 2014 in Vanilla 2.0 - 2.8

Added the following to the config/locale.php

<?php if (!defined('APPLICATION')) exit();

$Definition['comments'] = 'Replies';

$Definition['Howdy, Stranger!'] = 'Welcome to our Community!';

The comments definitions does not change.
The Howdy Stranger definition does change.

How do I change the comments definition?

Comments

  • Hi, to help find definitions, I advise that you download another language locale , they have tons of definitions not easily found.

    Try this for the comments

    $Definition['%s Comment'] = '%s Reply';
    $Definition['%s comment'] = '%s reply';
    $Definition['%s Comments'] = '%s Replies';
    $Definition['%s comments'] = '%s replies';
    
Sign In or Register to comment.