Commit Graph

814 Commits

Author SHA1 Message Date
TWLBot
6558620280 Automatic translation import 2024-09-01 01:01:10 +00:00
RocketRobz
5faaec2e79 Best Console: Add touch sensitivity 2024-08-25 11:52:09 -06:00
TWLBot
0fa4dea522 Automatic translation import 2024-08-25 06:51:58 +00:00
Peter0x44
34b0e6a0be
Correct typos in custom-dsi-3ds-skins.md (#107)
* Correct typos in custom-dsi-3ds-skins.md

* Remove spaces

---------

Co-authored-by: RocketRobz <bobesh8@gmail.com>
2024-08-11 14:30:58 -06:00
RocketRobz
2341e46b9a Close #106 2024-08-05 21:10:54 -06:00
lifehackerhansol
5d6668a2db
workflow: update crowdin/github-action to v2 2024-07-31 20:34:38 -07:00
lifehackerhansol
a613a60331
workflow: install Crowdin CLI
It was missed in the initial commit. Unfortunately Crowdin's provided
action does not allow simply installing Crowdin itself, so we have to
manually install it using NPM.
2024-07-31 20:28:00 -07:00
lifehackerhansol
483da10976
workflow: fix Crowdin upload file paths
My skill issue missed the single underscore, causing this to never
actually run...
2024-07-31 20:21:19 -07:00
lifehackerhansol
75ef5c0bb3
wifi: remove WiiLink DNS
As far as the DS is concerned, the WiiLink DNS is a downstream of
Kaeru's DNS. With this mind, there is not much reason to keep WiiLink's
DNS as they result in the same operation.
2024-07-31 20:17:01 -07:00
RocketRobz
bcdb6291ec Update installing-flashcard.md 2024-07-22 15:18:37 -06:00
RocketRobz
a7393a62b8 Add *R4 Gold 3DS RTS* to YSMenu flashcard list 2024-07-22 15:17:50 -06:00
RocketRobz
6919286db3 Update faq.md 2024-07-18 23:42:40 -06:00
LightSage
f7507862a7
Reflect staff changes in the info page 2024-07-12 16:31:31 -05:00
lifehackerhansol
fffa66db2d
workflow: rename CROWDIN_TOKEN environment variable to match crowdin.yaml 2024-07-10 09:18:37 -07:00
lifehackerhansol
e80a2bcfe6
workflow: add automation of syncing translations from Crowdin
This will poll translations from Crowdin bi-monthly, test a build to
make sure that the site will compile, and then push to the main branch.

This saves the effort of manually syncing translations.
2024-07-04 14:24:48 -07:00
lifehackerhansol
4a7177a073
treewide: Update translations 2024-07-04 2024-07-04 14:19:16 -07:00
lifehackerhansol
3df9cb4184
workflow: add automation of uploading source text to Crowdin
This will push to Crowdin if a push to main branch was successful.
This allows automation of syncing source text, making it less of a
hassle to synchronize all translations.
2024-06-30 11:46:32 -07:00
alternus525
2c9258f5b9 Changed WiiLink's DNS 2024-06-30 13:08:14 -04:00
RocketRobz
d4def13969 Update installing-3ds.md 2024-06-26 21:25:06 -06:00
RocketRobz
141453f75d Update installing-dsi.md 2024-06-26 21:24:51 -06:00
RocketRobz
71d8757f95 Update forwarders.md 2024-06-02 19:50:53 -06:00
Lillian Skinner
3f25eb091d
Add ntrboot setup guide + ntrboot files (#104)
* ntrboot guide

* minor editing

* Typo + change bullets to follow CONTRIBUTING.md

---------

Co-authored-by: Rolfie <rolfiee@yandex.ru>
2024-05-27 22:12:26 -06:00
RocketRobz
03f353152f Derp fix 2024-05-23 16:57:57 -06:00
RocketRobz
00d6ce2a6e Link to TWLMenu++ release page if download link doesn't work 2024-05-23 16:55:04 -06:00
lifehackerhansol
a22d86c37c
Update translations 2024-05-19 2024-05-19 11:13:14 -07:00
RocketRobz
0d7c260d21 Close #103 2024-05-13 13:33:29 -06:00
RocketRobz
649f522eb4 Update for TWLMenu++ v27.2.0 2024-05-06 03:09:23 -06:00
lifehackerhansol
10a5f18486
gbarunner2: fix typo in Wi-Fi Link 2024-05-01 09:43:33 -07:00
RocketRobz
5099ba5554 Add getting the AP-fix pack for 3DS forwarders 2024-04-30 16:13:49 -06:00
lifehackerhansol
01b828f95f
Revert "wifi: remove RC24 DNS"
RC24 is now merged into WiiLink; they will continue to operate the DNS
server.

This reverts commit cb64f6c3a6.
2024-04-29 21:34:18 -07:00
SombrAbsol
b30d2b37aa
Example skins ZIP file cleaned
Removed the .DS_Store files and an empty ZIP archive named skin-examples.zip, located "inside" the ZIP archive skin-examples.zip (/dsi/white/volume).
2024-04-29 21:32:31 -07:00
Maclean Dunkin
706f61c107
Update how-to-get-box-art.md (#102) 2024-04-28 21:20:01 -06:00
RocketRobz
855c74899b Update custom-fonts.md 2024-04-26 00:28:27 -06:00
lifehackerhansol
4115907371
workflow: use configure-pages@v5 2024-04-24 00:44:32 -07:00
lifehackerhansol
025aa772fd
Migrate fully to GitHub Actions for Pages deployment
Legacy deploy environments (including simply having something in
gh-pages!) is deprecated too.

GitHub really wants us to use their deploy-pages system for this, so
switch to it.
2024-04-23 23:19:49 -07:00
lifehackerhansol
38e24d8953
uh ackshually the branch is main not master 2024-04-23 22:52:02 -07:00
lifehackerhansol
5d8ca271f0
Publish site via GitHub Actions
GitHub is shutting down the legacy build system towards the end of
June. Migrate to using GitHub Actions.

Add a test workflow for pull requests alongside it.

This also gives us access to:
- Updated Jekyll
- Updated Ruby
- Updated literally everything because GitHub's built-in thing was so
  old everything was crying in pain

This also *probably* makes it build faster, but untested on GitHub...
2024-04-23 22:49:38 -07:00
lifehackerhansol
784e162235
treewide: Update translations 2024-04-23 2024-04-23 22:26:59 -07:00
RocketRobz
6843d8ae7c Update videoplayers.md 2024-04-20 21:29:47 -06:00
RocketRobz
7f0fc8d12c Add another FastVideoDS drawback 2024-04-20 20:51:07 -06:00
RocketRobz
f53baa171c Update installing-flashcard.md 2024-04-11 15:34:41 -06:00
RocketRobz
8635c9068a Add another step for dumping GBA BIOS from 3DS 2024-03-30 13:00:04 -06:00
RocketRobz
30c5b9c0dd Update playing-in-widescreen.md 2024-03-24 19:30:54 -06:00
RocketRobz
3308e42804 Update videoplayers.md 2024-03-22 00:29:23 -06:00
RocketRobz
448ba06663 Moonshell now works properly on DSi/3DS SD Card 2024-03-21 22:59:14 -06:00
RocketRobz
6f30ef4225 Revert "Remove mentions of roms folder"
This reverts commit 0586893bcf.
2024-03-21 22:16:24 -06:00
RocketRobz
ddc151cd4e Fix TWiLightBoxart link 2024-03-16 16:07:47 -06:00
RocketRobz
0586893bcf Remove mentions of roms folder 2024-03-10 16:00:16 -06:00
RocketRobz
96ab6530a2 Re-add TWiLightBoxart steps 2024-03-10 01:53:10 -07:00
RocketRobz
1eb82770d9 Update best-console.md 2024-03-09 16:39:52 -07:00