Merge "[i18n] Add "alpha" and "ALPHA""

This commit is contained in:
Émilie Feral
2017-04-27 11:52:04 +02:00
committed by Gerrit
2 changed files with 5 additions and 1 deletions

View File

@@ -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",

View File

@@ -239,6 +239,8 @@ namespace I18n {
/* UNIVERSAL MESSAGES */
Default = 0x8000,
Alpha,
CapitalAlpha,
X,
Y,
N,