소스 검색

fix: add missing newlines at the end of localization files

- Ensured proper formatting by adding newlines at the end of the English and Chinese localization JSON files to maintain consistency and prevent potential issues with file parsing.
yb 2 주 전
부모
커밋
2c15d0681f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/locales/en.json
  2. 1 1
      src/locales/zh-cn.json

+ 1 - 1
src/locales/en.json

@@ -113,4 +113,4 @@
   "否": "No",
   "快速测试": "Quick Test",
   "监控组": "Monitor Group"
-}
+}

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

@@ -116,4 +116,4 @@
   "否": "否",
   "Video Test": "视频测试",
   "监控组": "监控组"
-}
+}