Merge pull request #7853 from DrMartinGonzo/patch-1

Removed bad quote in i18n doc
This commit is contained in:
Robbie Averill 2018-02-11 10:30:30 +13:00 committed by GitHub
commit 175b41683e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ _t('CMSMain.RESTORED',
);
// Plurals are invoked via a `|` pipe-delimeter with a {count} argument
_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => '$count ]);
_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => $count ]);
```
#### Usage in Template Files