Skip to content

Commit e371a45

Browse files
authored
Update learn.json
1 parent 1b5ba67 commit e371a45

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

learn.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"slug" : "connecting-to-a-sql-database-project-tutorial",
3-
"title" : "Connecting to a SQL Database Project Tutorial",
3+
"title" : {
4+
"us": "Connecting to a SQL Database Project Tutorial",
5+
"es": "Conectándose a una base de datos SQL por primera vez"
6+
},
47
"preview": "https://github.com/4GeeksAcademy/connecting-to-a-sql-database-project-tutorial/blob/main/assets/preview.png?raw=true",
58
"solution": "https://github.com/4GeeksAcademy/connecting-to-a-sql-database-project-tutorial/blob/main/src/solution.py",
69
"status": "published",
@@ -10,5 +13,8 @@
1013
"difficulty": "beginner",
1114
"syntax": "python",
1215
"duration" : 2,
13-
"description" : "Create a SQL database using the PostgreSQL engine and using a professional python project structure that includes PIP and environment variables."
16+
"description" : {
17+
"us": "Create a SQL database using the PostgreSQL engine and using a professional python project structure that includes PIP and environment variables.",
18+
"es": "Crea una base de datos SQL utilizando el motor PostgreSQL y una estructura de proyecto profesional en Python que incluya PIP y variables de entorno."
19+
}
1420
}

0 commit comments

Comments
 (0)