Add language compile tool

This commit is contained in:
2025-06-22 19:24:13 -05:00
parent c176078df2
commit 8ab17dae6c
5 changed files with 168 additions and 1 deletions

8
data/languages/en.json Normal file
View File

@ -0,0 +1,8 @@
{
"meta": {
"language": {
"name": "English",
"code": "en"
}
}
}