From caaf0721d3f0dc99d1452aa98f36f979044b0858 Mon Sep 17 00:00:00 2001 From: Robert Palmer Date: Tue, 22 Oct 2024 17:29:55 +0000 Subject: [PATCH] Updated CSS.json - Added language property to entry "CSS-Tricks" --- database/languages/css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/languages/css.json b/database/languages/css.json index 3bc2e5cb1..33f6682cf 100644 --- a/database/languages/css.json +++ b/database/languages/css.json @@ -52,6 +52,7 @@ "description":"CSS-Tricks is a leading web development resource offering tutorials and articles focused on CSS, as well as other front-end topics like HTML, JavaScript, and design. Known for its practical solutions and community-driven forum, it's a go-to site for developers of all levels.", "url":"https://css-tricks.com/", "category":"languages", - "subcategory":"css" + "subcategory":"css", + "language":"english" } ]