chore: Adding i18n support

This commit is contained in:
jezzahehn 2025-05-20 17:46:04 -04:00
parent fd9a752677
commit 629b26d30f
9 changed files with 121 additions and 58 deletions

14
package-lock.json generated
View file

@ -2625,6 +2625,20 @@
"engines": {
"node": ">=18"
}
},
"node_modules/yaml": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
"integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
"license": "ISC",
"optional": true,
"peer": true,
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
}
}
}
}