Merge branch 'master' of https://github.com/RiiConnect24/Wii-Guide
This commit is contained in:
commit
5a012f9acf
5 changed files with 81 additions and 11 deletions
13
_config.yml
13
_config.yml
|
@ -409,6 +409,12 @@ defaults:
|
|||
values:
|
||||
permalink: /pl_PL/:basename:output_ext
|
||||
lang: pl
|
||||
- scope:
|
||||
path: "_pages/es_MX"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /es_MX/:basename:output_ext
|
||||
lang: es_MX
|
||||
- scope:
|
||||
path: "_pages/pt_BR"
|
||||
type: pages
|
||||
|
@ -518,7 +524,7 @@ defaults:
|
|||
permalink: /el_GR/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/en_PT/home.txt"
|
||||
type: pages
|
||||
type:
|
||||
values:
|
||||
permalink: /en_PT/index:output_ext
|
||||
- scope:
|
||||
|
@ -591,6 +597,11 @@ defaults:
|
|||
type: pages
|
||||
values:
|
||||
permalink: /pl_PL/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/es_MX/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /es_MX/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/pt_BR/home.txt"
|
||||
type: pages
|
||||
|
|
54
_data/navigation/es_MX.yml
Normal file
54
_data/navigation/es_MX.yml
Normal file
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
main:
|
||||
-
|
||||
title: Guía de Wii
|
||||
url: /
|
||||
-
|
||||
title: FAQ
|
||||
url: faq
|
||||
-
|
||||
title: Donaciones
|
||||
url: donations
|
||||
-
|
||||
title: Créditos
|
||||
url: credits
|
||||
-
|
||||
title: RiiConnect24
|
||||
url: riiconnect24
|
||||
-
|
||||
title: Wiimmfi
|
||||
url: wiimmfi
|
||||
bottom:
|
||||
-
|
||||
title: Para soporte en inglés, pide ayuda en <a href="https://discord.gg/b4Y7jfD">RiiConnect24 en Discord</a>.
|
||||
-
|
||||
title: Si aprecias esta guía, aceptamos <a href="donations">Donaciones</a> mediante <a href="https://paypal.me/RC24">PayPal</a> o <a href="https://www.patreon.com/bePatron?u=7497603">Patreon</a>.
|
||||
footer:
|
||||
-
|
||||
title: Fuente
|
||||
url: https://github.com/RiiConnect24/Wii-Guide/
|
||||
-
|
||||
title: Sitio Navegacion De
|
||||
url: site-navigation
|
||||
sidebar_title:
|
||||
-
|
||||
title: Progreso General
|
||||
sidebar_pages:
|
||||
-
|
||||
title: Guía de Wii
|
||||
url: /
|
||||
-
|
||||
title: FAQ
|
||||
url: faq
|
||||
-
|
||||
title: Donaciones
|
||||
url: donations
|
||||
-
|
||||
title: Créditos
|
||||
url: credits
|
||||
-
|
||||
title: RiiConnect24
|
||||
url: riiconnect24
|
||||
-
|
||||
title: Wiimmfi
|
||||
url: wiimmfi
|
|
@ -91,6 +91,8 @@ es: &DEFAULT_ES
|
|||
loading_label :
|
||||
es-ES:
|
||||
<<: *DEFAULT_ES
|
||||
es-MX:
|
||||
<<: *DEFAULT_ES
|
||||
es-CO:
|
||||
<<: *DEFAULT_ES
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@ header:
|
|||
excerpt: "A guide to get you started with modding your Wii.<br />"
|
||||
---
|
||||
|
||||
The guild is available in few languages! Spanish, French, Italian, Portuguese and Polish. To change the language, please press the icon at top right and change your language.
|
||||
{: .notice--warning}
|
||||
|
||||
## What is "homebrew"?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) refers to unofficial software for your Wii. It allows you to run homebrew games and programs, including emulators and tools, as well as using homebrew services.
|
||||
|
|
Loading…
Reference in a new issue