Update to Drupal 8.0.6. For more information, see https://www.drupal.org/drupal-8.0.6-release-notes
This commit is contained in:
parent
4297c64508
commit
b11a755ba8
159 changed files with 2340 additions and 543 deletions
|
@ -111,8 +111,8 @@ use Drupal\Core\Language\LanguageInterface;
|
|||
* @code
|
||||
* // PHP code
|
||||
* t('May', array(), array('context' => 'Long month name');
|
||||
* format_plural($count, '1 something', '@count somethings',
|
||||
* array(), array('context' => 'My context'));
|
||||
* \Drupal::translation()->formatPlural($count, '1 something',
|
||||
* '@count somethings', array(), array('context' => 'My context'));
|
||||
*
|
||||
* // JavaScript code
|
||||
* Drupal.t('May', {}, {'context': 'Long month name'});
|
||||
|
@ -147,7 +147,6 @@ use Drupal\Core\Language\LanguageInterface;
|
|||
*
|
||||
* @see transliteration
|
||||
* @see t()
|
||||
* @see format_plural()
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
|
Reference in a new issue