File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the user::
22
22
The term *locale * refers roughly to the user's language and country. It
23
23
can be any string that your application then uses to manage translations
24
24
and other format differences (e.g. currency format). We recommended the
25
- ISO639-1 *language * code, an underscore (``_ ``), then the ISO3166 *country *
25
+ ` ISO639-1 `_ *language * code, an underscore (``_ ``), then the ` ISO3166 Alpha-2 `_ *country *
26
26
code (e.g. ``fr_FR `` for French/France).
27
27
28
28
In this chapter, we'll learn how to prepare an application to support multiple
@@ -954,3 +954,5 @@ steps:
954
954
.. _`strtr function` : http://www.php.net/manual/en/function.strtr.php
955
955
.. _`ISO 31-11` : http://en.wikipedia.org/wiki/Interval_%28mathematics%29#The_ISO_notation
956
956
.. _`Translatable Extension` : https://github.com/l3pp4rd/DoctrineExtensions
957
+ .. _`ISO3166 Alpha-2` : http://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
958
+ .. _`ISO639-1` : http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
You can’t perform that action at this time.
0 commit comments