docs: agregar sitio en inglés y traducir nombres de idiomas (#110)

* docs: agregar sitio en inglés y traducir nombres de idiomas

- Contribuyentes -> Colaboradores
- agregar `navigation.en.json`

Co-authored-by: Daniel Díaz <36966980+dalejodc@users.noreply.github.com>
This commit is contained in:
Michael Prentice 2020-09-29 02:05:45 -04:00 committed by GitHub
parent c7cae616e0
commit 05b9bb71b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1109 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -964,8 +964,8 @@
"children": [ "children": [
{ {
"url": "about", "url": "about",
"title": "Contribuyentes", "title": "Colaboradores",
"tooltip": "Contribuyentes de Angular." "tooltip": "Colaboradores de Angular."
}, },
{ {
"url": "resources", "url": "resources",
@ -1068,19 +1068,23 @@
"title": "Idiomas", "title": "Idiomas",
"children": [ "children": [
{ {
"title": "简体中文版", "title": "Inglés",
"url": "https://angular.io/"
},
{
"title": "Chino simplificado",
"url": "https://angular.cn/" "url": "https://angular.cn/"
}, },
{ {
"title": "正體中文版", "title": "Chino tradicional",
"url": "https://angular.tw/" "url": "https://angular.tw/"
}, },
{ {
"title": "日本語版", "title": "Japonés",
"url": "https://angular.jp/" "url": "https://angular.jp/"
}, },
{ {
"title": "한국어", "title": "Coreano",
"url": "https://angular.kr/" "url": "https://angular.kr/"
} }
] ]