|  Alexander Kochetov | c198f54578 | \yii\i18n\DbMessageSource updated | 12 years ago | 
				
					
						|  Qiang Xue | 34dc150f63 | doc fixes. | 12 years ago | 
				
					
						|  Carsten Brandt | fbb9918a46 | fixed an issue with message source and model as params | 12 years ago | 
				
					
						|  Qiang Xue | 5e8a48a60a | Fixes #1654: Fixed the issue that a new message source object is generated for every new message being translated | 12 years ago | 
				
					
						|  Carsten Brandt | b59b77cd4f | added timeZone property to i18n formatter fixed #1021 | 12 years ago | 
				
					
						|  Qiang Xue | d2e5f2c507 | Fixes #1234: use dash instead of underscore to separate language and country in locale id. | 12 years ago | 
				
					
						|  Carsten Brandt | 539e233d9c | massive improvement on class documentation - added example code for application components
- added missing short description
[ci skip] | 12 years ago | 
				
					
						|  Alexander Makarov | cc4307d1f3 | Better Formatter error handler | 12 years ago | 
				
					
						|  Carsten Brandt | a0b0d42b46 | fixed message formatting for all the ICU versions - refactored replaceNamedArguments.
- ensure gridview message works on all systems.
fixes #1072 | 12 years ago | 
				
					
						|  Alexander Mohorev | 5860599ef7 | PhpDoc comment | 12 years ago | 
				
					
						|  Alexander Mohorev | 18fbd7510a | Missing return statement | 12 years ago | 
				
					
						|  Carsten Brandt | 6559b06ead | made intl messages more compatible with various ICU versions issue #1072 | 12 years ago | 
				
					
						|  Alexander Mohorev | 51211898f8 | Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. | 12 years ago | 
				
					
						|  Carsten Brandt | 66b27fcaf1 | fixes #1092 | 12 years ago | 
				
					
						|  Carsten Brandt | 7bb4826a0b | doc fix | 12 years ago | 
				
					
						|  Carsten Brandt | d637a76f56 | add support for named arguments to messageformatter parse | 12 years ago | 
				
					
						|  Carsten Brandt | 61b0d8824b | support integer number type in fallback message formatter | 12 years ago | 
				
					
						|  Carsten Brandt | 4d03699907 | fixed fallback message format parameter order | 12 years ago | 
				
					
						|  Carsten Brandt | bcd1ad11a4 | refactored MessageFormatter | 12 years ago | 
				
					
						|  Carsten Brandt | 449eb84247 | refactored message formatter | 12 years ago | 
				
					
						|  Алексей Волков | 733263ba13 | Update FallbackMessageFormatter.php Fix declarations for yii\i18n\FallbackMessageFormatter::format() and yii\i18n\FallbackMessageFormatter::formatMessage() | 12 years ago | 
				
					
						|  Qiang Xue | 9963d47f16 | revert back the change about message class so that the class can be lazily loaded. | 12 years ago | 
				
					
						|  Qiang Xue | 9ca98d6239 | refactoring I18N. | 12 years ago | 
				
					
						|  Alexander Makarov | ee2af2661c | Removed unneeded use statements | 12 years ago | 
				
					
						|  Carsten Brandt | 7e1dd67293 | typo ITU -> ICU they are not responsible for i18n ;) | 12 years ago | 
				
					
						|  Carsten Brandt | 47dfa69616 | doc wording [ci skip] | 12 years ago | 
				
					
						|  Carsten Brandt | cfc57c20f0 | Allow ITU message format in validator messages fixes #991 | 12 years ago | 
				
					
						|  Carsten Brandt | 5b9b97276e | implemented plural and select for fallback intl message formatter | 12 years ago | 
				
					
						|  Carsten Brandt | 553ac1f157 | as we have a replacement, do not check for intl MessageFormatter | 12 years ago | 
				
					
						|  Carsten Brandt | a6b7d75b71 | added replacement class for intl MessageFormatter | 12 years ago | 
				
					
						|  Alexander Makarov | 1f6a823073 | Short array syntax | 12 years ago | 
				
					
						|  Qiang Xue | f6f02102ca | typo fix. | 12 years ago | 
				
					
						|  Alexander Makarov | bf7a084224 | removed needFix method | 12 years ago | 
				
					
						|  Alexander Makarov | da8f17955f | Removed intl version check since it's very inconsistent and it seems bundled versions are always the same ones for the same PHP versions | 12 years ago | 
				
					
						|  Alexander Makarov | cdb9fbf679 | Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920). | 12 years ago | 
				
					
						|  Carsten Brandt | 5d6bad5faa | fixed I18N handling of special param values and broken message tags | 12 years ago | 
				
					
						|  Carsten Brandt | bbcee326be | adjusted I18N to be consistent with intl message formatting | 12 years ago | 
				
					
						|  Carsten Brandt | 2eb5abbfcb | improved unit tests for ICU message formatter | 12 years ago | 
				
					
						|  Carsten Brandt | 150b9366fc | fixed regex for multiline patterns | 12 years ago | 
				
					
						|  Carsten Brandt | fa9a975dbb | intl message parser now handles too many or too less args | 12 years ago | 
				
					
						|  Carsten Brandt | b8099cbf28 | a parser that is able to deal with the right number of args | 12 years ago | 
				
					
						|  Qiang Xue | c1f977cd45 | Simplified the default file map for PhpMessageSource. | 12 years ago | 
				
					
						|  Alexander Makarov | abc0df6145 | typo | 12 years ago | 
				
					
						|  Alexander Makarov | dafbeda301 | More i18n tests, docs, added check to skip fixes where possible | 12 years ago | 
				
					
						|  Alexander Makarov | bf722c0423 | Used intl ICU for message translation | 12 years ago | 
				
					
						|  Alexander Makarov | 69acc8f072 | added missing GettextMessageSource phpdoc | 12 years ago | 
				
					
						|  Qiang Xue | 39f6e00137 | Fixed matching all case. | 12 years ago | 
				
					
						|  Qiang Xue | b464125950 | Fixes issue #592: I18N t() plural forms possibly broken | 13 years ago | 
				
					
						|  Qiang Xue | 3eccd850fe | Added Formatter::nullDisplay. | 13 years ago | 
				
					
						|  resurtm | 7a7d2a9c06 | CS fixes. | 13 years ago |