Skip to content

Commit

Permalink
bug #27 Fix placeholder for russian translation (vkhramtsov)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Commits
-------

89e5f59 Fix placeholder for russian translation
c29943b Add requirement of symfony/translation
14d761d Move translation to prod dependencies
  • Loading branch information
sstok authored Mar 4, 2019
2 parents 9045965 + 14d761d commit e94ae9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"psr/container": "^1.0",
"psr/log": "^1.0",
"symfony/polyfill-mbstring": "^1.5.0",
"symfony/translation": "^2.8.9 || ^3.3.6 | ^4.0",
"symfony/validator": "^2.8.9 || ^3.3.6 || ^4.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/translations/validators.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="6">
<source>password_too_weak</source>
<target>Пароль должен быть как минимум "{{ min_strength }}" уровня сложности, текущий уровень сложности "{{ current_strength }}", обратите внимание на эти советы: {{ strong_tips }}.</target>
<target>Пароль должен быть как минимум "{{ min_strength }}" уровня сложности, текущий уровень сложности "{{ current_strength }}", обратите внимание на эти советы: {{ strength_tips }}.</target>
</trans-unit>

<!-- Strength levels -->
Expand Down

0 comments on commit e94ae9c

Please sign in to comment.