feat(i18n): translate error messages

This commit is contained in:
Amruth Pillai
2023-11-14 13:02:38 +01:00
parent 888b4db0bb
commit 2db52b7ef2
97 changed files with 10452 additions and 36506 deletions

View File

@ -50,7 +50,7 @@ model Secrets {
model Resume {
id String @id @default(cuid())
title String
slug String
slug String @unique
data Json @default("{}")
visibility Visibility @default(private)
locked Boolean @default(false)