8000 Merge branch '3.4' into 4.4 · symfony/symfony@dcb57f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcb57f8

Browse files
Merge branch '3.4' into 4.4
* 3.4: Fix CI for 3.4 [Form] Some minor teaks for Swedish Fix CI minor #38838 [ProxyManager] use "composer/package-versions-deprecated" instead of "ocramius/package-versions" (nicolas-grekas)
2 parents 57c986a + 77c127e commit dcb57f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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+
<target>Ange en giltig vecka.</target>
136136
</trans-unit>
137137
</body>
138138
</file>

0 commit comments

Comments
 (0)
0