diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md
index 081cbd87f..c77273f9f 100644
--- a/CHANGELOG_LATEST.md
+++ b/CHANGELOG_LATEST.md
@@ -13,6 +13,8 @@
- heatpump energy meters [#1463](https://github.com/emsesp/EMS-ESP32/issues/1463)
- heatpump max power [#1475](https://github.com/emsesp/EMS-ESP32/issues/1475)
- checkbox for MQTT-TLS enable [#1474](https://github.com/emsesp/EMS-ESP32/issues/1474)
+- added SK (Slovencina) language. Thanks @misa1515
+- CPU info [#1497](https://github.com/emsesp/EMS-ESP32/pull/1497)
## Fixed
diff --git a/interface/package.json b/interface/package.json
index 781ed6cc1..15f79bc2c 100644
--- a/interface/package.json
+++ b/interface/package.json
@@ -20,20 +20,20 @@
"lint": "eslint . --cache --fix"
},
"dependencies": {
- "@alova/adapter-xhr": "^1.0.1",
- "@babel/core": "^7.23.6",
- "@emotion/react": "^11.11.1",
+ "@alova/adapter-xhr": "^1.0.2",
+ "@babel/core": "^7.23.7",
+ "@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
- "@mui/icons-material": "^5.15.0",
- "@mui/material": "^5.15.0",
+ "@mui/icons-material": "^5.15.3",
+ "@mui/material": "^5.15.3",
"@table-library/react-table-library": "4.1.7",
"@types/imagemin": "^8.0.5",
"@types/lodash-es": "^4.17.12",
- "@types/node": "^20.10.4",
- "@types/react": "^18.2.43",
- "@types/react-dom": "^18.2.17",
+ "@types/node": "^20.10.6",
+ "@types/react": "^18.2.46",
+ "@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
- "alova": "^2.16.0",
+ "alova": "^2.16.2",
"async-validator": "^4.2.5",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
@@ -43,7 +43,7 @@
"react-dom": "latest",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
- "react-router-dom": "^6.20.1",
+ "react-router-dom": "^6.21.1",
"react-toastify": "^9.1.3",
"sockette": "^2.0.6",
"typesafe-i18n": "^5.26.2",
@@ -51,28 +51,28 @@
},
"devDependencies": {
"@preact/compat": "^17.1.2",
- "@preact/preset-vite": "^2.7.0",
- "@typescript-eslint/eslint-plugin": "^6.14.0",
- "@typescript-eslint/parser": "^6.14.0",
+ "@preact/preset-vite": "^2.8.1",
+ "@typescript-eslint/eslint-plugin": "^6.17.0",
+ "@typescript-eslint/parser": "^6.17.0",
"concurrently": "^8.2.2",
- "eslint": "^8.55.0",
+ "eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-autofix": "^1.1.0",
- "eslint-plugin-import": "^2.29.0",
+ "eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "alpha",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"preact": "^10.19.3",
"prettier": "^3.1.1",
- "rollup-plugin-visualizer": "^5.11.0",
+ "rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.26.0",
- "vite": "^5.0.8",
+ "vite": "^5.0.10",
"vite-plugin-imagemin": "^0.6.1",
- "vite-tsconfig-paths": "^4.2.2"
+ "vite-tsconfig-paths": "^4.2.3"
},
"packageManager": "yarn@4.0.2"
}
diff --git a/interface/public/fonts/re.woff2 b/interface/public/fonts/re.woff2
index 020729ef8..716979a34 100644
Binary files a/interface/public/fonts/re.woff2 and b/interface/public/fonts/re.woff2 differ
diff --git a/interface/src/SignIn.tsx b/interface/src/SignIn.tsx
index 116c1b1eb..0cb842da7 100644
--- a/interface/src/SignIn.tsx
+++ b/interface/src/SignIn.tsx
@@ -22,6 +22,7 @@ import ITflag from 'i18n/IT.svg';
import NLflag from 'i18n/NL.svg';
import NOflag from 'i18n/NO.svg';
import PLflag from 'i18n/PL.svg';
+import SKflag from 'i18n/SK.svg';
import SVflag from 'i18n/SV.svg';
import TRflag from 'i18n/TR.svg';
import { I18nContext } from 'i18n/i18n-react';
@@ -142,6 +143,10 @@ const SignIn: FC = () => {
PL
+
+