Finished translations / bug fixes

This commit is contained in:
Sebastian Seedorf
2022-08-20 14:47:04 +02:00
parent 664f766cb6
commit 2fd010e003
13 changed files with 162 additions and 66 deletions

View File

@@ -6,8 +6,7 @@
"jest.config.js",
"next.config.js",
"src/backend-custom-server/index",
"scripts/*",
"res/**/*.json"
"scripts/*"
],
"exclude": ["dist", ".next", "out", "node_modules", "cypress"]
"exclude": ["dist", ".next", "out", "node_modules", "cypress", "*.json"]
}