From 165d6132fd5106d057768a8ea554d4f507ca5ef7 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:44:10 +0800 Subject: [PATCH] add universal localization strings --- gui/strings/universal.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gui/strings/universal.json diff --git a/gui/strings/universal.json b/gui/strings/universal.json new file mode 100644 index 0000000..c510955 --- /dev/null +++ b/gui/strings/universal.json @@ -0,0 +1,3 @@ +{ + "invalid_open": ["This page can not be opened.", "此网页无法打开。"] +}