feat: add script to apply crowdin translations from memory
Node.js CI / Lint and Test (push) Successful in 28s

This commit is contained in:
2025-08-27 16:41:35 -07:00
parent cb6934ef22
commit 3541fdc411
10 changed files with 311 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@ export default [
{
rules: {
"no-console": "off",
"no-await-in-loop": "off",
"@typescript-eslint/no-unsafe-assignment": "off"
}
}
]