Pārlūkot izejas kodu

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 nedēļas atpakaļ
vecāks
revīzija
d5f77e65d0
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      src/locales/en.json
  2. 1 1
      src/locales/zh-cn.json

+ 1 - 1
src/locales/en.json

@@ -112,4 +112,4 @@
   "是": "Yes",
   "否": "No",
   "快速测试": "Quick Test"
-}
+}

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

@@ -115,4 +115,4 @@
   "是": "是",
   "否": "否",
   "Video Test": "视频测试"
-}
+}