From 0908739f0ded1f708232ec6a05674ef2ed793ea3 Mon Sep 17 00:00:00 2001 From: Artu Date: Fri, 24 Nov 2017 17:37:28 -0600 Subject: [PATCH 1/3] first pass on spanish translation --- _pages/es_MX/404.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _pages/es_MX/404.txt diff --git a/_pages/es_MX/404.txt b/_pages/es_MX/404.txt new file mode 100644 index 000000000..71b5080b3 --- /dev/null +++ b/_pages/es_MX/404.txt @@ -0,0 +1,14 @@ +--- +title: "Página No Encontrada" # +layout: single +excerpt: "Página no encontrada. Tal vez usando Google?" # +sitemap: false +--- + +![404](/images/404.jpg) + +Disculpa, pero a la página que has entrado no existe. +{: .notice--warning} + +[Has clic aquí para ver todos los tutoriales disponibles!](site-navigation) +{: .notice--info} \ No newline at end of file From c079263bf65b292319c95839e092695f84d674ef Mon Sep 17 00:00:00 2001 From: KcrPL Date: Thu, 30 Nov 2017 22:58:37 +0100 Subject: [PATCH 2/3] Making instructions clear --- _pages/en_US/riiconnect24.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_pages/en_US/riiconnect24.txt b/_pages/en_US/riiconnect24.txt index 70dc6b279..5a9e059f0 100644 --- a/_pages/en_US/riiconnect24.txt +++ b/_pages/en_US/riiconnect24.txt @@ -30,6 +30,12 @@ These instructions will assume you're using an SD card to install RiiConnect24, * Windows, Linux or Mac computer * [IOS Patcher](https://github.com/RiiConnect24/IOS-Patcher/releases) * nwc24msg.cfg Patcher: + +Hold on! Are you on Windows? You can give it a try. Open cmd.exe and paste this: +`powershell -command "(new-object System.Net.WebClient).DownloadFile('https://kcrpl.github.io/Patchers_Auto_Update/IOS_Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` and hit enter. (You need to be on Windows 7 on newer.) +It didn't worked? No worries, you can use the link down below +{: .notice--info} + - [Windows](https://github.com/RiiConnect24/RiiConnect24-Mail-Patcher-Windows/releases) - [Linux/Mac](https://github.com/Seriell/RC24-MailPatch-Portable/releases) * [Wii Mod Lite](https://github.com/RiiConnect24/Wii-Mod-Lite/releases) @@ -50,9 +56,7 @@ These instructions will assume you're using an SD card to install RiiConnect24, You will now patch your IOS, `IOS31` and `IOS80`. This is required to use the Channels we support to change an RSA key used to sign the files, and contains some patches for Wii Mail. -1. Open the IOS Patcher zip and run `patch.bat` if on Windows, or `patch.command` on Linux or MacOS. -If you want to download IOS Patcher directly (on Windows), open cmd.exe and paste this: -`powershell -command "(new-object System.Net.WebClient).DownloadFile('https://kcrpl.github.io/Patchers_Auto_Update/IOS_Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` (You need to be on Windows 7 on newer.) +1. Open the IOS Patcher .zip and run `patch.bat` if on Windows, or `patch.command` on Linux or MacOS. (If you downloaded it using cmd.exe, skip this part) 1. Follow the instructions it gives you. Upon it finishing, copy the `WAD` folder to your SD Card. 1. Extract Wii Mod Lite and WiiXplorer, and then copy them to the `apps` folder on your SD Card. Make sure to copy WiiXplorer as its own folder, not the standalone files inside. 1. Insert your SD card into your Wii, open the Homebrew Channel, and launch Wii Mod Lite. From ecfc9de1c2590ed687f1a040f832679f84ed64bc Mon Sep 17 00:00:00 2001 From: KcrPL Date: Sat, 2 Dec 2017 01:11:20 +0100 Subject: [PATCH 3/3] Moved the notification and fixed one typo --- _pages/en_US/riiconnect24.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_pages/en_US/riiconnect24.txt b/_pages/en_US/riiconnect24.txt index 5a9e059f0..d1ad65dd7 100644 --- a/_pages/en_US/riiconnect24.txt +++ b/_pages/en_US/riiconnect24.txt @@ -28,14 +28,14 @@ These instructions will assume you're using an SD card to install RiiConnect24, * A Wii with an outbound Internet connection * An SD card with at least 128 MB of free space * Windows, Linux or Mac computer -* [IOS Patcher](https://github.com/RiiConnect24/IOS-Patcher/releases) -* nwc24msg.cfg Patcher: -Hold on! Are you on Windows? You can give it a try. Open cmd.exe and paste this: +Hold on! Are you on Windows? You can download IOS Patcher directly. Open cmd.exe and paste this: `powershell -command "(new-object System.Net.WebClient).DownloadFile('https://kcrpl.github.io/Patchers_Auto_Update/IOS_Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` and hit enter. (You need to be on Windows 7 on newer.) -It didn't worked? No worries, you can use the link down below +It didn't work? No worries, you can use the link down below to download IOS Patcher {: .notice--info} +* [IOS Patcher](https://github.com/RiiConnect24/IOS-Patcher/releases) +* nwc24msg.cfg Patcher: - [Windows](https://github.com/RiiConnect24/RiiConnect24-Mail-Patcher-Windows/releases) - [Linux/Mac](https://github.com/Seriell/RC24-MailPatch-Portable/releases) * [Wii Mod Lite](https://github.com/RiiConnect24/Wii-Mod-Lite/releases)