diff options
author | Blueberryy <36592509+Blueberryy@users.noreply.github.com> | 2021-05-31 12:34:40 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 10:34:40 +0300 |
commit | 52ac152ba5e0edb79b8c361a7b2aac13c7bdbf7b (patch) | |
tree | ef480a63e42d8dccb0dab71fe84c70816c5c7c35 /files/ru/web/javascript | |
parent | d7ecc656317af08e7985afe768feb45708a76989 (diff) | |
download | translated-content-52ac152ba5e0edb79b8c361a7b2aac13c7bdbf7b.tar.gz translated-content-52ac152ba5e0edb79b8c361a7b2aac13c7bdbf7b.tar.bz2 translated-content-52ac152ba5e0edb79b8c361a7b2aac13c7bdbf7b.zip |
RU: Fix Intl.DateTimeFormat compat macros link
Diffstat (limited to 'files/ru/web/javascript')
-rw-r--r-- | files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html b/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html index eb9aac9de9..092f4c0d60 100644 --- a/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html +++ b/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html @@ -220,7 +220,7 @@ console.log(date.toLocaleString('en-US', options)); <h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat}}</p> +<p>{{Compat("javascript.builtins.Intl.DateTimeFormat")}}</p> <h2 id="See_also" name="See_also">Смотрите также</h2> |