Skip to content

Commit

Permalink
Merge branch '1.4'
Browse files Browse the repository at this point in the history
* 1.4:
  Allow Symfony Flex plug-in
  Corrects Czech translation
  • Loading branch information
sstok committed Jul 13, 2022
2 parents 23bcb18 + 5b73444 commit 7ad6e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
git config --global user.email [email protected]
rm -f composer.lock
composer config --no-plugins allow-plugins.symfony/flex true
composer global require symfony/flex
composer install --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
name: Install Composer dependencies
run: |
rm -f composer.lock
composer config --no-plugins allow-plugins.symfony/flex true
composer global require symfony/flex
composer install --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/translations/validators.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<!-- P0wnedPassword -->
<trans-unit id="18">
<source>This password was found in a database of compromised passwords. It has been used {{ used }} times. For security purposes you must use something else.</source>
<target>Toto heslo bylo nalezeno v databázi ohrožených hesel. Byl používán {{used}} časy. Z bezpečnostních důvodů musíte použít něco jiného. </target>
<target>Toto heslo bylo nalezeno v databázi ohrožených hesel. Bylo použito {{used}} krát. Z bezpečnostních důvodů musíte použít jiné heslo.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 7ad6e57

Please sign in to comment.