Add missing arguments in intl docs

This commit is contained in:
Fabien Potencier
2021-04-15 11:42:44 +02:00
parent f7250c6ea6
commit c0f02244c3
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -36,3 +36,5 @@ Arguments
* ``locale``: The locale
* ``dateFormat``: The date format
* ``pattern``: A date time pattern
* ``timezone``: The date timezone
* ``calendar``: The calendar (Gregorian by default)
+2
View File
@@ -73,3 +73,5 @@ Arguments
* ``dateFormat``: The date format
* ``timeFormat``: The time format
* ``pattern``: A date time pattern
* ``timezone``: The date timezone
* ``calendar``: The calendar (Gregorian by default)
+2
View File
@@ -36,3 +36,5 @@ Arguments
* ``locale``: The locale
* ``timeFormat``: The time format
* ``pattern``: A date time pattern
* ``timezone``: The date timezone
* ``calendar``: The calendar (Gregorian by default)