update i18n messages, remove pseudo locale

This commit is contained in:
Amruth Pillai
2023-11-17 08:58:27 +01:00
parent 78c06abbd4
commit 9bf125e024
50 changed files with 2148 additions and 3961 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@reactive-resume/source",
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"license": "MIT",
"private": true,
"author": {
@@ -22,6 +22,7 @@
"start": "node dist/apps/server/main",
"lint": "nx run-many -t lint --fix",
"format": "pnpm exec prettier -w .",
"crowdin:sync": "crowdin push && crowdin pull",
"prisma:generate": "pnpm exec prisma generate",
"prisma:migrate": "pnpm exec prisma migrate deploy",
"prisma:migrate:dev": "pnpm exec prisma migrate dev",