feat: setup i18n

This commit is contained in:
2025-11-25 18:38:01 +01:00
parent 2e06600293
commit 3576a0921a
4 changed files with 809 additions and 0 deletions

10
i18n/locales/en.json Normal file
View File

@@ -0,0 +1,10 @@
{
"settings": {
"menus": {
"options": "Options",
"clock": "Clock",
"user": "User",
"touchScreen": "Touch Screen"
}
}
}