Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4ea8f6

Browse files
committed
bug#12171 Fix typo (ro0NL)
This PR was merged into the 4.3 branch.Discussion----------Fix typo<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->Commits-------04e38dd Fix typo
2 parents848db94 +04e38dd commitc4ea8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎components/intl.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ for traditional Chinese)::
117117
All methods accept the translation locale as the last, optional parameter,
118118
which defaults to the current default locale::
119119

120-
$languages = Scripts::getNames('de');
120+
$scripts = Scripts::getNames('de');
121121
// => ['Adlm' => 'Adlam', 'Afak' => 'Afaka', ...]
122122

123-
$language = Scripts::getName('Hans', 'de');
123+
$script = Scripts::getName('Hans', 'de');
124124
// => 'Vereinfacht'
125125

126126
If the given script code doesn't exist, the methods trigger a

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp