8000 Merge branch '5.1' into 5.x · symfony/symfony@982bf94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 982bf94

Browse files
Merge branch '5.1' into 5.x
* 5.1: Fix CI for 3.4 [Form] Some minor teaks for Swedish Fix CI Fix CI minor #38838 [ProxyManager] use "composer/package-versions-deprecated" instead of "ocramius/package-versions" (nicolas-grekas)
2 parents 824bc44 + f7390bb commit 982bf94

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/patch-types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
exit(1);
66
}
77

8-
require __DIR__.'/../.phpunit/phpunit-8.3-0/vendor/autoload.php';
8+
require __DIR__.'/../.phpunit/phpunit/vendor/autoload.php';
99

1010
$loader = require __DIR__.'/../vendor/autoload.php';
1111

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ install:
265265
export -f phpinfo
266266
267267
for PHP in $TRAVIS_PHP_VERSION $php_extra; do
268-
tfold $PHP phpinfo $PHP
268+
tfold phpinfo phpinfo $PHP
269269
done
270270
271271
- |

src/Symfony/Component/Form/Resources/translations/validators.sv.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
</trans-unit>
4949
<trans-unit id="107">
5050
<source>Please enter a valid date and time.</source>
51-
<target>Ange datum och tid.</target>
51+
<target>Ange ett giltigt datum och tid.</target>
5252
</trans-unit>
5353
<trans-unit id="108">
5454
<source>Please enter a valid date.</source>
55-
<target>Ange ett datum.</target>
55+
<target>Ange ett giltigt datum.</target>
5656
</trans-unit>
5757
<trans-unit id="109">
5858
<source>Please select a valid file.</source>
@@ -100,7 +100,7 @@
100100
</trans-unit>
101101
<trans-unit id="120">
102102
<source>Please select a valid timezone.</source>
103-
<target>Välj tidszon.</target>
103+
<target>Välj en tidszon.</target>
104104
</trans-unit>
105105
<trans-unit id="121">
106106
<source>Please enter a valid URL.</source>
@@ -132,7 +132,7 @@
132132
</trans-unit>
133133
<trans-unit id="128">
134134
<source>Please enter a valid week.</source>
135-
<target>Ange en vecka.</target>
135+
4648 <target>Ange en giltig vecka.</target>
136136
</trans-unit>
137137
</body>
138138
</file>

0 commit comments

Comments
 (0)
0