Update to Drupal 8.0.5. For more information, see https://www.drupal.org/node/2679347
This commit is contained in:
parent
2a9f1f148d
commit
fd3b12cf27
251 changed files with 5439 additions and 957 deletions
|
@ -29,7 +29,8 @@ use Drupal\Core\Language\LanguageInterface;
|
|||
* - Any time UI text is displayed using PHP code, it should be passed through
|
||||
* either the global t() function or a t() method on the class. If it
|
||||
* involves plurals, it should be passed through either the global
|
||||
* formatPlural() function or a formatPlural() method on the class. Use
|
||||
* \Drupal\Core\StringTranslation\PluralTranslatableMarkup::createFromTranslatedString()
|
||||
* or a formatPlural() method on the class. Use
|
||||
* \Drupal\Core\StringTranslation\StringTranslationTrait to get these methods
|
||||
* into a class.
|
||||
* - Dates displayed in the UI should be passed through the 'date' service
|
||||
|
|
Reference in a new issue