diff --git a/apps/i18n.cpp b/apps/i18n.cpp index 353243f83..466e2f131 100644 --- a/apps/i18n.cpp +++ b/apps/i18n.cpp @@ -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", diff --git a/apps/i18n.h b/apps/i18n.h index a4b624d39..c488a0250 100644 --- a/apps/i18n.h +++ b/apps/i18n.h @@ -239,6 +239,8 @@ namespace I18n { /* UNIVERSAL MESSAGES */ Default = 0x8000, + Alpha, + CapitalAlpha, X, Y, N,