b8a3fa4ff9
Re-extracted Chinese messages and translated them ( #16041 ) [skip ci]
2018-04-05 11:38:29 +03:00
ff5616f1ff
framework/messages/ja/yii.php updated ( #15979 ) [skip ci]
2018-03-25 19:12:32 +03:00
14b76d3a7a
Updated Greek messages.
2018-03-09 11:18:52 +02:00
b88405ac8f
Fix typo ( #15739 )
2018-02-22 11:28:56 +02:00
313be2a5d7
Fix SK plural messages ( #15686 ) [skip ci]
2018-02-19 23:56:23 +03:00
ca212f35e7
translate plural format for MS ( #15491 )
...
translate plural format for MS
2018-01-12 17:30:21 +04:00
e8eac7c1c9
Fixed LV messages ( #15379 ) [skip ci]
2017-12-18 23:23:12 +03:00
02efec719f
Bulgarian relative date translation fix ( #15327 ) [skip ci]
2017-12-10 23:07:47 +03:00
6f896ce917
Added more translation ( #15241 )
2017-11-29 09:42:38 +03:00
e71939da2f
Fixing Uzbek language ( #15185 ) [skip ci]
2017-11-20 13:20:12 +07:00
5513c5f822
Update yii.php
2017-11-17 22:23:46 +01:00
0f2fa273ca
Fixed translation in German when too many files are uploaded ( #15170 ) [skip ci]
2017-11-17 12:44:54 +03:00
923e408803
added missing languages to message config
2017-11-14 11:37:44 +01:00
9fcf776358
Bugfix: placeholder was incorrect causing the "totalCount" value to be printed out twice at the end. ( #15152 )
2017-11-13 21:49:57 +01:00
c3d0d9e0e3
Add translations for the Kazakh language ( #15144 ) [skip ci]
2017-11-11 14:33:12 +03:00
ec76b624a9
Adjusted new message quotes style [skip ci]
2017-11-03 00:39:38 +03:00
26259eca03
Added slovak framework messages #15073 ( #15074 ) [skip ci]
2017-11-02 23:39:54 +03:00
46b9d607a2
DataFilter translations added [PL] ( #15066 ) [skip ci]
2017-11-01 23:47:13 +03:00
e0884323d3
Updated Greek translation. ( #15056 ) [skip ci]
2017-11-01 00:47:41 +03:00
376006a2d5
Data filter enhancements and docs
...
- Added docs.
- Moved to "data" namespace.
- Moved messages to "yii" category.
- Added Russian messages translation.
2017-10-26 11:32:52 +03:00
77ad3dca3f
Language file typo fixes
2017-10-22 23:27:39 +03:00
695bc54913
Fix translations of DataFilter::$_errorMessages
( #14975 )
...
Fix translations pickup for `DataFilter::$_errorMessages`.
2017-10-16 14:16:51 +03:00
9e2752c965
updated german translation
2017-10-15 01:27:44 +02:00
450f77be2d
added armenian to message translation config
...
addition to #14968
2017-10-15 01:21:42 +02:00
52d0d004ac
Enh #14967 : Added Armenian Translation Files ( #14968 )
2017-10-14 15:51:37 +03:00
39232aa5a7
Fixed Serbian translation issues
...
Both "a day ago" and "21 days ago" were translated as "pre dan". And some minor grammar issues.
2017-10-12 12:20:19 +02:00
71f1be9243
Arabic translation for CompareValidator messages
...
Add missing CompareValidator translation
2017-09-20 14:37:28 +03:00
8700fd701b
Update French translation [skip ci]
2017-09-06 01:49:43 +03:00
dcfc75fffa
Added bg language message [skip ci]
2017-09-05 13:23:43 +03:00
3bd813339e
Updated messages for ES [skip ci]
2017-08-19 00:12:15 +03:00
9b118aafa0
Enable non_printable_character
rule in php-cs-fixer config ( #14667 )
...
* Use "\u{00a0}" as nbsp.
* Enable non_printable_character rule.
* Fix test for PHP 5.
2017-08-18 13:59:57 +02:00
5a1b12afa4
Updates the translations of messages into Brazilian Portuguese [skip ci] ( #14580 )
2017-08-02 23:26:30 +03:00
203e3d3441
Updates Czech translations ( #14547 ) [skip ci]
2017-07-27 21:28:13 +03:00
d2781cd232
Added configuration for headers in PHP files generated by message/extract
command ( #14417 )
2017-07-10 20:14:54 +03:00
ba0ab403b5
Added php-cs-fixer coding standards validation to Travis CI ( #14100 )
...
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
2017-06-12 12:25:45 +03:00
38bf88df1a
Greek translation update.
2017-06-05 23:06:15 +03:00
6ce6385094
Updated slovak localization
...
Fixed missing translation for '{attribute} must be an integer.' string
2017-04-25 09:45:29 +02:00
14f629c7d4
Updated Tajik message translations [skip ci] ( #13917 )
2017-04-04 10:12:18 +02:00
6cd3eaf828
Fixed persian translation ( #13906 ) [skip ci]
2017-04-02 21:47:21 +03:00
fb50273c17
Fixed Serbian translation ( #13882 ) [skip ci]
...
Fixed Serbian translation issue with totalCount appearing twice in GridView summary
2017-03-30 17:28:26 +03:00
2c9278391c
Used short syntax for arrays ( #13743 )
2017-03-11 01:44:05 +03:00
22dbd25e1a
Updated Tajik message translations [skip ci]
2017-02-27 15:26:30 +03:00
b4dc7a4f51
Update yii.php ( #13658 ) [skip ci]
2017-02-25 10:25:28 +03:00
323568c2e9
Remove trailing spaces from sources and tests ( #13621 ) [skip ci]
2017-02-19 17:34:22 +03:00
8e1a5eccde
Update french translation : yii.php ( #13591 )
...
* Update yii.php
add "must be equal to" translation for french
* Update yii.php
add translation for :
' and ',
'The combination {values} of {attributes} has already been taken.'
2017-02-17 08:38:22 +01:00
5eded299e0
Added missing SK translation ( #13510 ) [skip ci]
2017-02-03 22:22:16 +03:00
d74d18cee4
restored messages for el
and fa
...
issue #13489
2017-02-02 19:43:34 +01:00
9086280298
restored messages for sk
...
issue #13489
2017-02-02 19:39:56 +01:00
5b2d174dfb
re-added missing russian translations
...
fixes #13500
2017-02-02 19:22:05 +01:00
46e355025f
messages/ja/yii.php reverted [ci skip] ( #13497 )
2017-02-02 12:57:26 +01:00