feat: add multilingual interface support

This commit is contained in:
2026-07-24 16:00:12 +01:00
parent d2567c59ce
commit 16383c2a3f
10 changed files with 788 additions and 84 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node --env-file-if-exists=.env server.js"
"start": "node --env-file-if-exists=.env server.js",
"test": "node --test"
},
"dependencies": {
"ol": "10.6.1"