Skip to content

Commit fd0a8a8

Browse files
author
Sandro Huber
committed
Add patch changeset
1 parent 84c099f commit fd0a8a8

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.changeset/public-islands-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Add german translations for all missing localization keys
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
4+
"baseUrl": "./",
5+
"esModuleInterop": true,
6+
"forceConsistentCasingInFileNames": true,
7+
"importHelpers": true,
8+
"isolatedModules": true,
9+
"module": "nodenext",
10+
"moduleResolution": "nodenext",
11+
"noImplicitReturns": true,
12+
"noUnusedLocals": false,
13+
"noUnusedParameters": true,
14+
"outDir": "./dist",
15+
"resolveJsonModule": true,
16+
"rootDir": "./src",
17+
"skipLibCheck": true,
18+
"sourceMap": false,
19+
"strict": true,
20+
"target": "es2020",
21+
"noImplicitAny": true,
22+
"noImplicitThis": true,
23+
"strictNullChecks": true,
24+
"strictFunctionTypes": true,
25+
"strictBindCallApply": true,
26+
"strictPropertyInitialization": true,
27+
"strictBuiltinIteratorReturn": true,
28+
"alwaysStrict": true,
29+
"useUnknownInCatchVariables": true,
30+
"moduleDetection": "force",
31+
"useDefineForClassFields": true,
32+
"resolvePackageJsonExports": true,
33+
"resolvePackageJsonImports": true,
34+
"preserveConstEnums": true,
35+
"emitDeclarationOnly": false,
36+
"incremental": true,
37+
"tsBuildInfoFile": "/Users/sandro.huber/dev/clerk-javascript/node_modules/.pnpm/vitest@3.0.5_@edge-runtime+vm@5.0.0_@types+debug@4.1.12_@types+node@22.18.1_jiti@2.4.2__813146d580452344aa4f7ff4eba01a17/node_modules/vitest/dist/chunks/tsconfig.tmp.tsbuildinfo"
38+
},
39+
"include": ["src"],
40+
"exclude": ["dist"]
41+
}

0 commit comments

Comments
 (0)