mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 00:00:44 +01:00
Merge "[i18n] Add "alpha" and "ALPHA""
This commit is contained in:
@@ -275,8 +275,10 @@ constexpr static char leftIntegralFirstLegend[] = {'P', '(', 'X', Ion::Charset::
|
||||
constexpr static char finiteIntegralLegend[] = {Ion::Charset::LessEqual, 'X', Ion::Charset::LessEqual, 0};
|
||||
|
||||
|
||||
const char * universalMessages[200] {
|
||||
const char * universalMessages[202] {
|
||||
"",
|
||||
"Alpha",
|
||||
"ALPHA",
|
||||
"x",
|
||||
"y",
|
||||
"n",
|
||||
|
||||
@@ -239,6 +239,8 @@ namespace I18n {
|
||||
|
||||
/* UNIVERSAL MESSAGES */
|
||||
Default = 0x8000,
|
||||
Alpha,
|
||||
CapitalAlpha,
|
||||
X,
|
||||
Y,
|
||||
N,
|
||||
|
||||
Reference in New Issue
Block a user