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
+1
View File
@@ -7,6 +7,7 @@ RUN npm ci --omit=dev
COPY server.js ./
COPY index.html ./
COPY i18n.js ./
COPY app.js ./
COPY styles.css ./
COPY assets ./assets