From 264eb078ca68d2ce81b43737ddde6495fa275b2c Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:36:11 +0100 Subject: [PATCH] fixup: Missing trailing comma --- src/www/js/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/js/i18n.js b/src/www/js/i18n.js index 3afee237..438d56f6 100644 --- a/src/www/js/i18n.js +++ b/src/www/js/i18n.js @@ -298,5 +298,5 @@ const messages = { // eslint-disable-line no-unused-vars downloadConfig: 'Tải xuống cấu hình', madeBy: 'Được tạo bởi', donate: 'Ủng hộ', - } + }, };