summaryrefslogtreecommitdiff
path: root/sql/sql_locale.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-04-16 10:28:03 +0200
committerSergei Golubchik <serg@mariadb.org>2016-04-19 11:27:00 +0200
commitedf71fd1d7b2d93c7f550d7b2cfecaf6b048fcec (patch)
treeffe7a41a2a3ec2e657dbfeccda312225e26fdf69 /sql/sql_locale.cc
parent9c64735986042432a207d9183b61c6d675beaf71 (diff)
downloadmariadb-git-edf71fd1d7b2d93c7f550d7b2cfecaf6b048fcec.tar.gz
MDEV-9928 LC_TIME_NAMES=de_AT; unusual name for february
s/Feber/Februar/
Diffstat (limited to 'sql/sql_locale.cc')
-rw-r--r--sql/sql_locale.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_locale.cc b/sql/sql_locale.cc
index 13e00c99f19..3123474a59b 100644
--- a/sql/sql_locale.cc
+++ b/sql/sql_locale.cc
@@ -426,7 +426,7 @@ MY_LOCALE my_locale_da_DK
/***** LOCALE BEGIN de_AT: German - Austria *****/
static const char *my_locale_month_names_de_AT[13] =
- {"Jänner","Feber","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember", NullS };
+ {"Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember", NullS };
static const char *my_locale_ab_month_names_de_AT[13] =
{"Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez", NullS };
static const char *my_locale_day_names_de_AT[8] =