Skip to content

Commit fff29fe

Browse files
authored
fix: translate Portugal to English (#2542)
1 parent d65e100 commit fff29fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/tutorials/prisma.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ npx prisma@latest init --generator-provider prisma-client --output ./generated
3939

4040
Let's understand the key parameters:
4141

42-
- `--generator-provider prisma-client`: Define o provedor "prisma-client" ao
43-
invés do padrão "prisma-client-js". O provedor "prisma-client" é otimizado
44-
para Deno e gera código TypeScript compatível com o runtime do Deno.
42+
- `--generator-provider prisma-client`: Define the provides as
43+
"prisma-client-js" instead of the default "prisma-client-js". The
44+
"prisma-client" provider is optimized for Deno and generates TypeScript code
45+
compatible with the Deno runtime.
4546

46-
- `--output`: Define o diretório onde o Prisma salvará os arquivos do cliente
47-
gerado, incluindo definições de tipos e utilitários de acesso ao banco de
48-
dados.
47+
- `--output`: Defines the directory where Prisma will save the generated client
48+
files, including type definitions and database access utilities.
4949

5050
This will generate
5151
[`prisma/schema.prisma`](https://www.prisma.io/docs/orm/prisma-schema). Let's

0 commit comments

Comments
 (0)