mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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
|
||||
_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => '$count ]);
|
||||
_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => $count ]);
|
||||
```
|
||||
|
||||
#### Usage in Template Files
|
||||
|
Loading…
Reference in New Issue
Block a user