mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge branch '4.0' into 4.1
This commit is contained in:
commit
2fb2caba06
@ -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…
x
Reference in New Issue
Block a user