瀏覽代碼

fix: add missing newline at end of localization files

- Ensured proper formatting by adding a newline at the end of the English and Chinese localization JSON files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
yb 2 周之前
父節點
當前提交
48c5fa0565
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/locales/en.json
  2. 1 1
      src/locales/zh-cn.json

+ 1 - 1
src/locales/en.json

@@ -72,4 +72,4 @@
   "多视频监控": "Multi-Video Monitoring",
   "新建标签": "New Tab",
   "Stream 管理": "Stream Management"
-}
+}

+ 1 - 1
src/locales/zh-cn.json

@@ -72,4 +72,4 @@
   "多视频监控": "多视频监控",
   "新建标签": "新建标签",
   "Stream 管理": "Stream 管理"
-}
+}