mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
Forgot this one.
It hasn't been an easy road.
This commit is contained in:
parent
8c312ca636
commit
7bec356181
2 changed files with 2 additions and 3 deletions
|
@ -24,8 +24,7 @@
|
||||||
"line_07": "\uE016 The folks from NSWDB.COM and No-Intro.org, for being kind enough to put up public APIs to perform online checksum lookups.",
|
"line_07": "\uE016 The folks from NSWDB.COM and No-Intro.org, for being kind enough to put up public APIs to perform online checksum lookups.",
|
||||||
"line_08": "\uE016 The folks at the nxdumptool Discord server.",
|
"line_08": "\uE016 The folks at the nxdumptool Discord server.",
|
||||||
"line_09": "\uE016 The Comfy Boyes, for always being awesome and supportive. You know who you are.",
|
"line_09": "\uE016 The Comfy Boyes, for always being awesome and supportive. You know who you are.",
|
||||||
"line_10": "\uE016 Andreína, for always being by my side and motivating me to keep working on all my projects.",
|
"line_10": "\uE016 And, at last but not least, you! Thank you for using my work!"
|
||||||
"line_11": "\uE016 And, at last but not least, you! Thank you for using my work!"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"links": {
|
"links": {
|
||||||
|
|
|
@ -62,7 +62,7 @@ namespace nxdt::views
|
||||||
/* Acknowledgments. */
|
/* Acknowledgments. */
|
||||||
this->addView(new brls::Header("about_tab/acknowledgments/header"_i18n));
|
this->addView(new brls::Header("about_tab/acknowledgments/header"_i18n));
|
||||||
for(int i = 0; i < 8; i++) this->addView(new AboutTabLabel(brls::LabelStyle::SMALL, i18n::getStr(fmt::format("about_tab/acknowledgments/line_{:02d}", i)), false));
|
for(int i = 0; i < 8; i++) this->addView(new AboutTabLabel(brls::LabelStyle::SMALL, i18n::getStr(fmt::format("about_tab/acknowledgments/line_{:02d}", i)), false));
|
||||||
for(int i = 8; i < 12; i++) this->addView(new brls::Label(brls::LabelStyle::SMALL, i18n::getStr(fmt::format("about_tab/acknowledgments/line_{:02d}", i)), true));
|
for(int i = 8; i < 11; i++) this->addView(new brls::Label(brls::LabelStyle::SMALL, i18n::getStr(fmt::format("about_tab/acknowledgments/line_{:02d}", i)), true));
|
||||||
|
|
||||||
/* Additional links and resources. */
|
/* Additional links and resources. */
|
||||||
this->addView(new brls::Header("about_tab/links/header"_i18n));
|
this->addView(new brls::Header("about_tab/links/header"_i18n));
|
||||||
|
|
Loading…
Reference in a new issue