From 9ae193be568a6593c1a5b84707e8ace78028b98c Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 23 Mar 2021 12:57:33 +1100 Subject: [PATCH] Fix locale --- .../webextension/_locales/ru/messages.json | 4 +--- src/technologies.json | 15 +++++++-------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/drivers/webextension/_locales/ru/messages.json b/src/drivers/webextension/_locales/ru/messages.json index 984c757cc..2c39460d2 100644 --- a/src/drivers/webextension/_locales/ru/messages.json +++ b/src/drivers/webextension/_locales/ru/messages.json @@ -95,7 +95,5 @@ "categoryName74": { "message": "A/B тестирование" }, "categoryName75": { "message": "Email" }, "categoryName76": { "message": "Персонализация" }, - "categoryName77": { "message": "Ретаргетинг" }, - "categoryName76": { "message": "Personalisation" }, - "categoryName77": { "message": "Retargeting" } + "categoryName77": { "message": "Ретаргетинг" } } diff --git a/src/technologies.json b/src/technologies.json index efed54685..d4cf63c5d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18677,13 +18677,6 @@ "text": "" } }, - "dom": { - "link[rel='stylesheet'][href*='css/tailwind-']": { - "attributes": { - "href": "" - } - } - }, "icon": "Uscreen.svg", "js": { "analyticsHost": "stats\\.uscreen\\.io" @@ -21884,9 +21877,15 @@ ], "description": "Tailwind is a utility-first CSS framework.", "html": [ - "]+?href=\"[^\"]+tailwindcss[@|/][a-z]+/tailwind(?:.min)?.css", "]+?href=\"[^\"]+tailwindcss[@|/](?:\\^)?([\\d.]+)(?:/[a-z]+)?/(?:tailwind|base|components|utilities)(?:\\.min)?\\.css\\;version:\\1" ], + "dom": { + "link[rel='stylesheet'][href*='tailwind']": { + "attributes": { + "href": "" + } + } + }, "icon": "tailwindcss.svg", "website": "https://tailwindcss.com/" },