Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (27 commits)
  Fixed typos
  fixes #995
  Fixed option merging in Console::prompt()
  changed default button style
  typo fix.
  Refactored getModule and hasModule.
  Added intl check to tests, better error reporting, credited Aura.Intl for the most complex test pattern
  Better MessageFormatter tests
  GII sub-modules support - see #871
  Module::getModule and Module::hasModule support for sub-modules - see #983
  removed needFix method
  Removed intl version check since it's very inconsistent and it seems bundled versions are always the same ones for the same PHP versions
  Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920).
  changed plural format for BaseListView
  applied new style of Yii::t params to all occurences
  fixed I18N handling of special param values and broken message tags
  adjusted I18N to be consistent with intl message formatting
  improved unit tests for ICU message formatter
  fixed regex for multiline patterns
  intl message parser now handles too many or too less args
  ...
Showing
framework/yii/i18n/MessageFormatter.php
0 → 100644
framework/yii/i18n/data/plurals.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
framework/yii/i18n/data/plurals.xml
deleted
100644 → 0
tests/unit/data/i18n/messages/de_DE/test.php
0 → 100644
tests/unit/data/i18n/messages/en_US/test.php
0 → 100644
tests/unit/framework/i18n/I18NTest.php
0 → 100644
Please
register
or
sign in
to comment