From a2d46cef32b7c2ad77014b59c7b1dc5c00a6c816 Mon Sep 17 00:00:00 2001 From: Yisroel Tech Date: Thu, 21 May 2020 23:21:33 -0400 Subject: [PATCH] Update en.yml Added hyperlinks to the polyfills article --- markit/locales/recent/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markit/locales/recent/en.yml b/markit/locales/recent/en.yml index d8890bc..65c955d 100755 --- a/markit/locales/recent/en.yml +++ b/markit/locales/recent/en.yml @@ -2,6 +2,6 @@ recent: A recent addition recent_addition: This is a recent addition to the language. browser: value: "Examples work in the recent #{browser}." - none: "Not supported in JavaScript engines, or supported partially yet, requires polyfilling." - new: Old browsers may need polyfills. + none: "Not supported in JavaScript engines, or supported partially yet, requires polyfilling." + new: Old browsers may need polyfills. caniuse: "You can find the current state of support at https://caniuse.com/#feat=#{feat}."