Explorar el Código

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 hace 1 semana
padre
commit
7f9e687785
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/locales/en.json

+ 1 - 1
src/locales/en.json

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