Skip to content

Commit

Permalink
docs: Small corrections in localization.rst
Browse files Browse the repository at this point in the history
Small corrections in localization.rst
  • Loading branch information
obozdag authored Apr 20, 2024
1 parent 6934848 commit 93becc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_guide_src/source/outgoing/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Within the file, you would return an array, where each element in the array has

.. literalinclude:: localization/007.php

It also support nested definition:
It also supports nested definition:

.. literalinclude:: localization/008.php

Expand Down Expand Up @@ -204,9 +204,9 @@ Here are a few examples:

.. literalinclude:: localization/015.php

You should be sure to read up on the MessageFormatter class and the underlying ICU formatting to get a better
You should be sure to read up on the `MessageFormatter <https://www.php.net/manual/en/class.messageformatter.php>`_ class and the underlying ICU formatting to get a better
idea on what capabilities it has, like performing the conditional replacement, pluralization, and more. Both of the links provided
earlier will give you an excellent idea as to the options available.
previously (`Sitepoint <https://www.sitepoint.com/localization-demystified-understanding-php-intl/>`_, `official ICU docs <https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classMessageFormat.html#details>`_) will give you an excellent idea as to the options available.

Specifying Locale
-----------------
Expand Down

0 comments on commit 93becc7

Please sign in to comment.