Procházet zdrojové kódy

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 před 1 týdnem
rodič
revize
7f9e687785
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/locales/en.json

+ 1 - 1
src/locales/en.json

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