Skip to content

Commit 492b4dc

Browse files
ricardochlSplaktar
authored andcommitted
feat(navigation): create git patch to translate main nav to spanish
1 parent ec8fbfb commit 492b4dc

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
diff --git a/adev/src/app/core/layout/navigation/navigation.component.html b/adev/src/app/core/layout/navigation/navigation.component.html
2+
index 2f6f5d8009..3d679c9dc0 100644
3+
--- a/adev/src/app/core/layout/navigation/navigation.component.html
4+
+++ b/adev/src/app/core/layout/navigation/navigation.component.html
5+
@@ -212,7 +212,7 @@
6+
d="M3.645 13.792h6.708v-1.25H3.645v1.25Zm0-3.542h6.708V9H3.645v1.25Zm-2.063 7.083a1.2 1.2 0 0 1-.875-.375 1.2 1.2 0 0 1-.375-.875V1.917a1.2 1.2 0 0 1 .375-.875 1.2 1.2 0 0 1 .875-.375h7.52l4.563 4.562v10.854a1.2 1.2 0 0 1-.375.875 1.2 1.2 0 0 1-.875.375H1.582ZM8.478 5.792V1.917H1.582v14.166h10.833V5.792H8.478Z"
7+
/>
8+
</svg>
9+
- <span class="adev-nav-item__label">Docs</span>
10+
+ <span class="adev-nav-item__label">Documentos</span>
11+
</a>
12+
</li>
13+
14+
@@ -233,7 +233,7 @@
15+
d="m5.668 10-5-5 5-5 1.187 1.188L3.022 5.02l3.813 3.812L5.668 10Zm6.667 0-1.188-1.188L14.98 4.98l-3.812-3.812L12.335 0l5 5-5 5Z"
16+
/>
17+
</svg>
18+
- <span class="adev-nav-item__label">Tutorials</span>
19+
+ <span class="adev-nav-item__label">Tutoriales</span>
20+
</a>
21+
</li>
22+
23+
@@ -269,7 +269,7 @@
24+
d="M3.645 13.792h6.708v-1.25H3.645v1.25Zm0-3.542h6.708V9H3.645v1.25Zm-2.063 7.083a1.2 1.2 0 0 1-.875-.375 1.2 1.2 0 0 1-.375-.875V1.917a1.2 1.2 0 0 1 .375-.875 1.2 1.2 0 0 1 .875-.375h7.52l4.563 4.562v10.854a1.2 1.2 0 0 1-.375.875 1.2 1.2 0 0 1-.875.375H1.582ZM8.478 5.792V1.917H1.582v14.166h10.833V5.792H8.478Z"
25+
/>
26+
</svg>
27+
- <span class="adev-nav-item__label">Reference</span>
28+
+ <span class="adev-nav-item__label">Referencia</span>
29+
</a>
30+
</li>
31+
</ul>
32+
@@ -440,7 +440,7 @@
33+
<button type="button" (click)="openMobileNav($event)">
34+
<docs-icon class="docs-icon_high-contrast">menu</docs-icon>
35+
@if (activeRouteItem() === DOCS_ROUTE) {
36+
- <span>Docs</span>
37+
+ <span>Documentos</span>
38+
} @if (activeRouteItem() === REFERENCE_ROUTE) {
39+
<span>API</span>
40+
}

0 commit comments

Comments
 (0)