Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 2a41a08

Browse files
author
Robin Chalas
committed
Merge branch '4.2'
* 4.2: Fix url matcher edge cases with trailing slash [Form] Fix author tag + exception messages [TwigBridge] Fix deprecation on twig 2.9 Fix left-associative ternary deprecation warnings for PHP 7.4 [Validator] Fixed imprecise translations [Validator] Add Dutch translations [Security] Cleanup "Digest nonce has expired." translation Intercept redirections only for HTML format [PhpUnitBridge] fix reading phpunit.xml on bootstrap resolve class name parameters Fix name and phpdoc of ContainerBuilder::removeBindings [Intl] Update the ICU data to 64.2
2 parents df8d858 + c2dcfc6 commit 2a41a08

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Core/Resources/translations/security.nn.xlf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
<source>Invalid CSRF token.</source>
3131
<target>Ugyldig CSRF-teikn.</target>
3232
</trans-unit>
33-
<trans-unit id="8">
34-
<source>Digest nonce has expired.</source>
35-
<target>Digest nonce er ikkje lenger gyldig.</target>
36-
</trans-unit>
3733
<trans-unit id="9">
3834
<source>No authentication provider found to support the authentication token.</source>
3935
<target>Fann ingen innloggingstilbydar som støttar dette innloggingsteiknet.</target>

Core/Resources/translations/security.tl.xlf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
<trans-unit id="7">
3030
<source>Invalid CSRF token.</source>
3131
<target>Hindi balidong mga token ng CSRF.</target>
32-
</trans-unit>
33-
<trans-unit id="8">
34-
<source>Digest nonce has expired.</source>
35-
<target>Na-expire na ang Digest nonce.</target>
3632
</trans-unit>
3733
<trans-unit id="9">
3834
<source>No authentication provider found to support the authentication token.</source>

0 commit comments

Comments
 (0)