Skip to content

Commit 2d01ca0

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: fix test Restore Relay 8.5 test account for PHP_ZTS being a boolean value on PHP 8.4+ [Intl] Update data to ICU 78.1 [Notifier][Smsbox] Add tests for `Mode` enum [DependencyInjection] Remove unused variable [Console] Fix exception message when abbreviation matches multiple hidden commands [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass [Security] Fix UserBadge validation bypass via identifier normalizer [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper Fix typo in comment [Translation][Routing] Fix typos [Config] Fix nullable EnumNode with BackedEnum [String] Fix normalization in trimPrefix/trimSuffix
2 parents 2f2de9f + c586b15 commit 2d01ca0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

PseudoLocalizationTranslator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class PseudoLocalizationTranslator implements TranslatorInterface, Transla
5555
* * parse_html:
5656
* type: boolean
5757
* default: false
58-
* description: parse the translated string as HTML - looking for HTML tags has a performance impact but allows to preserve them from alterations - it also allows to compute the visible translated string length which is useful to correctly expand ot when it contains HTML
58+
* description: parse the translated string as HTML - looking for HTML tags has a performance impact but allows to preserve them from alterations - it also allows to compute the visible translated string length which is useful to correctly expand or when it contains HTML
5959
* warning: unclosed tags are unsupported, they will be fixed (closed) by the parser - eg, "foo <div>bar" => "foo <div>bar</div>"
6060
*
6161
* * localizable_html_attributes:

Resources/data/parents.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"en_DG": "en_001",
2424
"en_DK": "en_150",
2525
"en_DM": "en_001",
26+
"en_EE": "en_150",
2627
"en_ER": "en_001",
2728
"en_ES": "en_150",
2829
"en_FI": "en_150",
@@ -32,6 +33,7 @@
3233
"en_FR": "en_150",
3334
"en_GB": "en_001",
3435
"en_GD": "en_001",
36+
"en_GE": "en_150",
3537
"en_GG": "en_001",
3638
"en_GH": "en_001",
3739
"en_GI": "en_001",
@@ -56,6 +58,8 @@
5658
"en_LC": "en_001",
5759
"en_LR": "en_001",
5860
"en_LS": "en_001",
61+
"en_LT": "en_150",
62+
"en_LV": "en_150",
5963
"en_MG": "en_001",
6064
"en_MO": "en_001",
6165
"en_MS": "en_001",
@@ -98,6 +102,7 @@
98102
"en_TT": "en_001",
99103
"en_TV": "en_001",
100104
"en_TZ": "en_001",
105+
"en_UA": "en_150",
101106
"en_UG": "en_001",
102107
"en_VC": "en_001",
103108
"en_VG": "en_001",
@@ -130,6 +135,7 @@
130135
"es_VE": "es_419",
131136
"ff_Adlm": "root",
132137
"hi_Latn": "en_IN",
138+
"kk_Arab": "root",
133139
"ks_Deva": "root",
134140
"nb": "no",
135141
"nn": "no",

0 commit comments

Comments
 (0)