瀏覽代碼

fix(locales): add missing newline at end of file in English locale JSON

- Ensured proper formatting by adding a newline at the end of the en.json file to comply with JSON standards and prevent potential issues in file parsing.
yb 1 周之前
父節點
當前提交
7f9e687785
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/locales/en.json

+ 1 - 1
src/locales/en.json

@@ -283,4 +283,4 @@
   "默认分辨率": "Default Resolution",
   "默认分辨率": "Default Resolution",
   "默认端口": "Default Port",
   "默认端口": "Default Port",
   "默认视角": "Default View"
   "默认视角": "Default View"
-}
+}