Skip to content

Commit 1e72e11

Browse files
authored
Merge pull request #480 from jtemporal/copilot/translate-card-049-to-spanish
Translate card 049 to Spanish
2 parents 501201b + ae7c097 commit 1e72e11

File tree

5 files changed

+83
-1
lines changed

5 files changed

+83
-1
lines changed

_posts/2023-08-03-049.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ use_static_image: true
1515
translations:
1616
- lang: en
1717
url: /en/049
18+
- lang: es
19+
url: /es/049
1820
permalink: "/projects/049"
1921
lang: "pt"
2022
pv:

assets/img/mermaid/049-es.svg

Lines changed: 47 additions & 0 deletions
Loading

en/_posts/2023-08-03-049.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ descriptors:
1010
author: "@jtemporal"
1111
number: "049"
1212
mermaid: true
13+
use_static_image: true
1314
translations:
1415
- lang: pt
1516
url: /projects/049
17+
- lang: es
18+
url: /es/049
1619
permalink: "/en/049"
1720
lang: "en"
1821
pv:

es/_posts/2023-08-03-049.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: post
3+
pretitle: Haciendo el
4+
title: merge
5+
subtitle: de dos ramas
6+
command: git merge origen destino
7+
descriptors:
8+
- command: comando para\nunir ramas
9+
- part1: rama con los cambios\na aplicar
10+
- part2: rama que debe\nrecibir los cambios
11+
author: "@jtemporal"
12+
number: "049"
13+
mermaid: true
14+
use_static_image: true
15+
translations:
16+
- lang: pt
17+
url: /projects/049
18+
- lang: en
19+
url: /en/049
20+
permalink: "/es/049"
21+
lang: "es"
22+
pv:
23+
url: "/es/048"
24+
title: "#048 git branch -M nombre"
25+
nt:
26+
url: "/es/050"
27+
title: "#050 git pull remote branch"
28+
---
29+
30+
{% include mermaid-graphs.html %}

es/_posts/2023-08-04-050.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permalink: "/es/050"
2222
lang: "es"
2323
pv:
2424
url: "/es/049"
25-
title: "#049 git merge source target"
25+
title: "#049 git merge origen destino"
2626
nt:
2727
url: "/es/051"
2828
title: "#051 git commit --allow-empty"

0 commit comments

Comments
 (0)