From fd3bd4567ac86fcae89bcb36f0957e5f5e30c9b7 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Wed, 6 Nov 2024 21:12:55 +0800 Subject: [PATCH] Update active_languages.json Removed the `,` at the end :) --- src/static/locale/active_languages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/locale/active_languages.json b/src/static/locale/active_languages.json index b065f742..0ac71c79 100644 --- a/src/static/locale/active_languages.json +++ b/src/static/locale/active_languages.json @@ -38,5 +38,5 @@ "lang_id": "cs", "lang_name": "Czech", "lang_name_localized": "Česky" - }, + } ]