Skip to content

Commit 7d5cae3

Browse files
authored
New Crowdin updates (#277)
* New translations translation.json (German) * New translations translation.json (Chinese Simplified) * New translations translation.json (Portuguese) * New translations translation.json (Japanese) * add typecheck command
1 parent ceaf68f commit 7d5cae3

6 files changed

Lines changed: 6206 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"format:check": "prettier --check \"**/*.{ts,tsx}\"",
1616
"test": "vitest run",
1717
"test:watch": "vitest",
18+
"typecheck": "tsc --noEmit",
1819
"all": "npm run build && npm run format && npm run lint",
1920
"update-emojis": "node scripts/create_github_emoji_list.js",
2021
"update-locales": "node scripts/update_locales.js"

0 commit comments

Comments
 (0)