Close #1385
This commit is contained in:
parent
400ac8ebe2
commit
9adc77c694
1 changed files with 9 additions and 2 deletions
|
@ -12,12 +12,19 @@ excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9str
|
|||
Thoroughly read all of the introductory pages (including this one!) before proceeding.
|
||||
{: .notice--warning}
|
||||
|
||||
{% capture notice-home %}
|
||||
{% capture notice-1 %}
|
||||
This guide is for retail (consumer purchased; not from the Nintendo Developer Program) consoles _only_!
|
||||
If you have a developer ("PANDA" or "SNAKE") console, check out [devGuide](https://dev.3ds.guide).
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--danger">{{ notice-home | markdownify }}</div>
|
||||
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
{% capture notice-1 %}
|
||||
This guide is available in other languages!
|
||||
Click the <i class="fa fa-language" aria-hidden="true"></i> icon at the top right of the page to change the language.
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--success">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
This guide needs *your* help to [translate](https://translate.3ds.guide/) it to other languages!
|
||||
{: .notice--success}
|
||||
|
|
Loading…
Reference in a new issue