[Localization] Alphabetically sort staff and contributors in credits menu.
This commit is contained in:
parent
abccb0b7d2
commit
62784225a1
@ -161,34 +161,34 @@ namespace Components
|
|||||||
{
|
{
|
||||||
static const char* staff[] =
|
static const char* staff[] =
|
||||||
{
|
{
|
||||||
"Snake",
|
|
||||||
"/dev/sr0",
|
|
||||||
"/dev/../",
|
"/dev/../",
|
||||||
"/dev/sdb",
|
|
||||||
"/dev/console",
|
"/dev/console",
|
||||||
"/dev/full",
|
"/dev/full",
|
||||||
|
"/dev/sdb",
|
||||||
|
"/dev/sr0",
|
||||||
"/dev//dev/tty0",
|
"/dev//dev/tty0",
|
||||||
"/dev/urandom",
|
"/dev/urandom",
|
||||||
|
"Snake",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char* contributors[] =
|
static const char* contributors[] =
|
||||||
{
|
{
|
||||||
"Slykuiper",
|
|
||||||
"Shadow the Hedgehog",
|
|
||||||
"RezTech",
|
|
||||||
"a231",
|
"a231",
|
||||||
"Lithium",
|
|
||||||
"AmateurHailbut",
|
"AmateurHailbut",
|
||||||
"Aoki",
|
"Aoki",
|
||||||
"civil",
|
"civil",
|
||||||
"Dasfonia",
|
"Dasfonia",
|
||||||
|
"Deity",
|
||||||
"Dizzy",
|
"Dizzy",
|
||||||
"HardNougat",
|
"HardNougat",
|
||||||
"Killera",
|
"Killera",
|
||||||
|
"Lithium",
|
||||||
"Revo",
|
"Revo",
|
||||||
|
"RezTech",
|
||||||
|
"Shadow the Hedgehog",
|
||||||
|
"Slykuiper",
|
||||||
"st0rm",
|
"st0rm",
|
||||||
"VVLNT",
|
"VVLNT",
|
||||||
"Deity",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char* specials[] =
|
static const char* specials[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user