Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions adev-es/src/app/core/constants/links.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
export const ANGULAR_LINKS = {
GITHUB: 'https://github.com/angular-hispano/angular-docs-es',
X: 'https://x.com/AngularHispana',
MEDIUM: 'https://blog.angular.dev',
YOUTUBE: '',
DISCORD: 'https://discord.gg/4jgk3ddgAx',
BLUESKY: '',
STACKOVERFLOW: '',
} as const;

3 changes: 0 additions & 3 deletions adev-es/src/app/core/layout/footer/footer.component.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ <h2>Social Media</h2>
<li>
<a [href]="ngLinks.MEDIUM" title="Angular blog">Blog</a>
</li>
<li>
<a [href]="ngLinks.X" title="X (formerly Twitter)">X (formerly Twitter)</a>
</li>
Comment on lines -9 to -11
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The .en files are the original English files before being translated. We don't need to keep them updated like this. They aren't used/rendered. They are just kept to reference changes so we know what might need re-translation.

<li>
<a [href]="ngLinks.BLUESKY" title="Bluesky">Bluesky</a>
</li>
Expand Down
3 changes: 0 additions & 3 deletions adev-es/src/app/core/layout/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<div>
<h2>Redes Sociales</h2>
<ul>
<li>
<a [href]="ngLinks.X" title="X (formerly Twitter)">X (antes Twitter)</a>
</li>
<li>
<a
[href]="ngLinks.DISCORD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,28 +335,6 @@
</svg>
</a>
</li>
<li>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same, we don't want to update these .en files.

<a
[href]="ngLinks.X"
cdkMenuItem
title="Angular X (formerly Twitter) profile"
target="_blank"
rel="noopener"
>
<!-- X Icon -->
<svg
width="17"
height="16"
viewBox="0 0 17 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0.04145 0.04432l6.56351 8.77603L0 15.95564h1.48651l5.78263-6.24705 4.6722 6.24705h5.05865l-6.9328-9.26967L16.21504.04432h-1.48651l-5.32552 5.75341L5.1001.04432H.04145Zm2.18602 1.09497h2.32396l10.26221 13.72122h-2.32396L2.22747 1.13928Z"
/>
</svg>
</a>
</li>
<li>
<a
[href]="ngLinks.BLUESKY"
Expand Down
22 changes: 0 additions & 22 deletions adev-es/src/app/core/layout/navigation/navigation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,28 +234,6 @@

<ng-template #socialMiniMenu>
<ul class="adev-mini-menu" cdkMenu>
<li>
<a
[href]="ngLinks.X"
cdkMenuItem
title="Angular X (formerly Twitter) profile"
target="_blank"
rel="noopener"
>
<!-- X Icon -->
<svg
width="17"
height="16"
viewBox="0 0 17 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0.04145 0.04432l6.56351 8.77603L0 15.95564h1.48651l5.78263-6.24705 4.6722 6.24705h5.05865l-6.9328-9.26967L16.21504.04432h-1.48651l-5.32552 5.75341L5.1001.04432H.04145Zm2.18602 1.09497h2.32396l10.26221 13.72122h-2.32396L2.22747 1.13928Z"
/>
</svg>
</a>
</li>
<li>
<a
[href]="ngLinks.GITHUB"
Expand Down
2 changes: 1 addition & 1 deletion adev-es/src/content/best-practices/update.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _AngularJS_ is the name for all v1.x versions of Angular.

## Getting notified of new releases

To be notified when new releases are available, follow [@angular](https://x.com/angular '@angular on X') on X (formerly Twitter) or subscribe to the [Angular blog](https://blog.angular.dev 'Angular blog').
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert.

To be notified when new releases are available, subscribe to the [Angular blog](https://blog.angular.dev 'Angular blog').

## Learning about new features

Expand Down
2 changes: 1 addition & 1 deletion adev-es/src/content/best-practices/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _AngularJS_ es el nombre para todas las versiones v1.x de Angular.

## Recibiendo notificaciones de nuevos lanzamientos

Para recibir notificaciones cuando nuevos lanzamientos estén disponibles, sigue a [@angular](https://x.com/angular '@angular en X') en X (anteriormente Twitter) o suscríbete al [blog de Angular](https://blog.angular.dev 'Blog de Angular').
Para recibir notificaciones cuando nuevos lanzamientos estén disponibles, suscríbete al [blog de Angular](https://blog.angular.dev 'Blog de Angular').

## Aprendiendo sobre nuevas funcionalidades

Expand Down
Loading