From 93becc7e2d41ff97ca6640e58e5a93bbaddc5c6d Mon Sep 17 00:00:00 2001 From: obozdag Date: Sat, 20 Apr 2024 15:07:41 +0200 Subject: [PATCH] docs: Small corrections in localization.rst Small corrections in localization.rst --- user_guide_src/source/outgoing/localization.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_guide_src/source/outgoing/localization.rst b/user_guide_src/source/outgoing/localization.rst index 50fb7053beb2..784b524cceb3 100644 --- a/user_guide_src/source/outgoing/localization.rst +++ b/user_guide_src/source/outgoing/localization.rst @@ -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 @@ -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 `_ 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 `_, `official ICU docs `_) will give you an excellent idea as to the options available. Specifying Locale -----------------