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

Commit3d5ecb3

Browse files
committed
Merge pull requestsymfony#3253 from sstok/path-3
[reference] fixed wrong class reference in form/types/locale.rst
2 parentsfc30e62 +94f0c93 commit3d5ecb3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎reference/forms/types/locale.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ you should just use the ``choice`` type directly.
4242
+-------------+------------------------------------------------------------------------+
4343
| Parent type|:doc:`choice</reference/forms/types/choice>`|
4444
+-------------+------------------------------------------------------------------------+
45-
| Class|:class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\LanguageType`|
45+
| Class|:class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\LocaleType`|
4646
+-------------+------------------------------------------------------------------------+
4747

4848
Overridden Options
@@ -54,9 +54,8 @@ choices
5454
**default**::method:`Symfony\\Component\\Locale\\Locale::getDisplayLocales`
5555

5656
The choices option defaults to all locales returned by
57-
:method:`Symfony\\Component\\Locale\\Locale::getDisplayLocales`. It uses the
58-
default locale to specify the language.
59-
57+
:method:`Symfony\\Component\\Locale\\Locale::getDisplayLocales`.
58+
The default locale is used to translate the locale names.
6059

6160
Inherited options
6261
-----------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp