Skip to content

Commit db468fa

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Replace old ICU Formatting Messages url
2 parents 0ccfa6e + a7e99af commit db468fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ Learn more
615615
translation/xliff
616616

617617
.. _`i18n`: https://en.wikipedia.org/wiki/Internationalization_and_localization
618-
.. _`ICU MessageFormat`: http://userguide.icu-project.org/formatparse/messages
618+
.. _`ICU MessageFormat`: https://unicode-org.github.io/icu/userguide/format_parse/messages/
619619
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
620620
.. _`ISO 639-1`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
621621
.. _`Translatable Extension`: http://atlantic18.github.io/DoctrineExtensions/doc/translatable.html

translation/message_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ The ``number`` formatter allows you to format numbers using Intl's :phpclass:`Nu
473473
echo $translator->trans('value_of_object', ['value' => 9988776.65]);
474474
475475
.. _`online editor`: http://format-message.github.io/icu-message-format-for-translators/
476-
.. _`ICU MessageFormat`: http://userguide.icu-project.org/formatparse/messages
476+
.. _`ICU MessageFormat`: https://unicode-org.github.io/icu/userguide/format_parse/messages/
477477
.. _`switch statement`: https://www.php.net/control-structures.switch
478478
.. _`Language Plural Rules`: http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html
479479
.. _`constants defined by the IntlDateFormatter class`: https://www.php.net/manual/en/class.intldateformatter.php

0 commit comments

Comments
 (0)