mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7853 from DrMartinGonzo/patch-1
Removed bad quote in i18n doc
This commit is contained in:
commit
175b41683e
@ -263,7 +263,7 @@ _t('CMSMain.RESTORED',
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Plurals are invoked via a `|` pipe-delimeter with a {count} argument
|
// 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
|
#### Usage in Template Files
|
||||||
|
Loading…
Reference in New Issue
Block a user