Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix(docs): add missing information
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Dec 18, 2019
1 parent b79f140 commit 823ce73
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/config/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Config Reference
description: Config Reference of Statusfy.
date: 2018-10-12T17:28:04Z
date: 2019-12-18T22:44:31Z
sidebar: auto
sidebarDepth: 2
---
Expand Down
10 changes: 7 additions & 3 deletions packages/docs/src/es/config/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Referencia de Configuración
description: Referencia de Configuración de Statusfy.
date: 2018-10-12T17:28:04Z
date: 2019-12-18T22:44:31Z
sidebar: auto
sidebarDepth: 2
---
Expand Down Expand Up @@ -91,12 +91,16 @@ module.exports = {
es: {
contact: "https://statusfy.co/es/contact",
support: "https://statusfy.co/es/support",
home: "https://statusfy.co/es"
home: "https://statusfy.co/es",
privacy: "https://statusfy.co/es/data-privacy",
legal: "https://statusfy.co/es/legal"
},
en: {
contact: "https://statusfy.co/contact",
support: "https://statusfy.co/support",
home: "https://statusfy.co"
home: "https://statusfy.co",
privacy: "https://statusfy.co/data-privacy",
legal: "https://statusfy.co/legal"
}
}
}
Expand Down
8 changes: 5 additions & 3 deletions packages/docs/src/es/guide/i18n.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Internacionalización (i18n)
description: Statusfy fue diseñado con la internacionalización en mente y tiene algunas funcionalidades integradas para proporcionar una mejor experiencia de usuario (y para los Web Crawler Bots).
date: 2018-10-12T17:28:04Z
date: 2019-12-18T22:49:36Z
sidebarDepth: 3
permalink: /guide/i18n
---
Expand All @@ -14,7 +14,7 @@ Statusfy fue diseñado con la internacionalización en mente y tiene algunas fun

### Generación automática de rutas prefijadas con código local

Para cualquier idioma adicional, se generarán URLs con prefijo de configuración regional. Por ejemplo, supongamos que tu Sistema de Páginas de Estado admite tres idiomas: inglés, francés y español como idioma predeterminado, tendrás las siguientes páginas en tu proyecto:
Para cualquier idioma adicional, se generarán URLs con prefijo de configuración regional. Por ejemplo, supongamos que tu Sistema de Páginas de Estado admite tres idiomas: Inglés, Francés y Español como idioma predeterminado, tendrás las siguientes páginas en tu proyecto:

```bash
# Español
Expand Down Expand Up @@ -64,13 +64,15 @@ Este comportamiento solo está disponible en el modo [Renderizado por Servidor](

## Interfaz del Sistema

Actualmente, Statusfy solo incluye la **Traducción de la Interfaz del Sistema** para cinco idiomas:
Actualmente, Statusfy solo incluye la **Traducción de la Interfaz del Sistema** para 8 idiomas:

- Inglés
- Español
- Alemán <Badge text="0.3.0+"/>
- Húngaro <Badge text="0.3.0+"/>
- Portugués (Brasil) <Badge text="0.3.0+"/>
- Portugués <Badge text="0.4.0+"/>
- Italiano <Badge text="0.4.0+"/>
- Holandés <Badge text="0.4.2+"/>

Si deseas utilizar otro idioma, debes copiar una de [estas traducciones](https://github.com/bazzite/statusfy/tree/develop/packages/@statusfy/core/client/locales) y traducirla al idioma que desees.
Expand Down
6 changes: 4 additions & 2 deletions packages/docs/src/guide/i18n.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Internationalization (i18n)
description: Statusfy was designed with i18n in mind and has some built-in capabilities to provide a better user (and Web Crawler Bot) experience.
date: 2018-10-12T17:28:04Z
2019-12-18T22:49:36Z
sidebarDepth: 3
permalink: /guide/i18n
---
Expand Down Expand Up @@ -62,13 +62,15 @@ This behavior is only available on the [Server Rendered](../guide/deploy.md#dyna

## System Interface

Currently, Statusfy comes only with the **System Interface Translation** for five languages:
Currently, Statusfy comes only with the **System Interface Translation** for 8 languages:

- English
- Spanish
- German <Badge text="0.3.0+"/>
- Hungarian <Badge text="0.3.0+"/>
- Portuguese (Brazil) <Badge text="0.3.0+"/>
- Portuguese <Badge text="0.4.0+"/>
- Italian <Badge text="0.4.0+"/>
- Dutch <Badge text="0.4.2+"/>

If you want to use another language, you must copy one of [these translations](https://github.com/bazzite/statusfy/tree/develop/packages/@statusfy/core/client/locales) and translate it into your desired language.
Expand Down

0 comments on commit 823ce73

Please sign in to comment.