From 91bde8cc82ae34ceda37d6740928788dd17d892f Mon Sep 17 00:00:00 2001 From: HoshinoKoji Date: Tue, 4 Mar 2025 21:39:15 +0800 Subject: [PATCH] Add language support for UI text and create lang.js file --- src/App.vue | 15 +++++++++------ src/lang.js | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 src/lang.js diff --git a/src/App.vue b/src/App.vue index 5507e6c..9861c17 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,7 @@