Skip to content

Commit

Permalink
docs(content): translate support.md and partner for deployment section
Browse files Browse the repository at this point in the history
  • Loading branch information
Villanuevand committed Dec 5, 2024
1 parent 510eaa2 commit 81dc5b0
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apps/docs-app/i18n/es/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@
"message": "Patrocina Analog",
"description": "The label of the button to sponsor Analog"
},
"homepage.partnerSection.zerops": {
"message": "Partner Oficial de Despliegues",
"description": "The label of the official deployment partner"
},
"features.fileBasedRouting": {
"message": "Analog usa enrutado basado en ficheros y soporta rutas de API (servidor) para aplicaciones Angular.",
"description": "The description of the feature 'File-based routing and API routes'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,9 @@
"sidebar.docsSidebar.doc.Sponsoring": {
"message": "Patrocinio",
"description": "The label for the doc item Sponsoring in sidebar docsSidebar, linking to the doc sponsoring"
},
"sidebar.docsSidebar.doc.Support": {
"message": "Soporte",
"description": "The label for the doc item Support in sidebar docsSidebar, linking to the doc sponsoring"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
sidebar_position: 5
---

# Soporte

Ya seas un desarrollador independiente o una gran empresa, ¡tenemos diferentes opciones disponibles para ti!

## Discord

Hay un [Servidor Discord](https://chat.analogjs.org) disponible para:

- Soporte de la comunidad
- Preguntas y respuestas
- Chat general

## GitHub

El [código fuente](https://github.com/analogjs/analog) de Analog tiene licencia MIT, es gratuito y de código abierto. Puedes solicitar soporte general de las siguientes maneras:

- Reportes de errores
- Solicitudes de nuevas funcionalidades
- Pull Requests
- [Contribuciones](/docs/contributing) Generales

## Soporte dedicado

Ofrecemos soporte dedicado a través de:

- Consultoría de arquitectura
- Contratos de soporte empresarial
- Servicios de retención
- Workshops

- Agenda una [reunión](https://calendly.com/brandontroberts/session) o [Contáctanos](mailto:support@analogjs.org?subject=Dedicated+Support) directamente para hablar sobre las opciones de soporte dedicado.
4 changes: 4 additions & 0 deletions apps/docs-app/i18n/es/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"message": "Documentación",
"description": "Navbar item with label Docs"
},
"item.label.Support": {
"message": "Soporte",
"description": "Navbar item with label Support"
},
"item.label.GitHub": {
"message": "GitHub",
"description": "Navbar item with label GitHub"
Expand Down
11 changes: 9 additions & 2 deletions apps/docs-app/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,14 @@ function SponsorSection() {
</p>

<div className={styles.horizontalPartners}>
<h2>Zerops - Official Deployment Partner</h2>
<h2>
<Translate
id="homepage.partnerSection.zerops"
description="The name of the partner Zerops"
>
Zerops - Official Deployment Partner
</Translate>
</h2>
<div className={styles.zerops}>
<a
href="https://zerops.io?utm_source=analog&utm_medium=docs&utm_campaign=partnership"
Expand Down Expand Up @@ -165,7 +172,7 @@ export default function Home(): JSX.Element {
<main>
<HomepageFeatures />
</main>
<SponsorSection />
<SponsorSection />
</Layout>
);
}

0 comments on commit 81dc5b0

Please sign in to comment.