~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.cc

  • Committer: Monty Taylor
  • Date: 2010-03-03 19:27:30 UTC
  • mto: (1308.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1278.
  • Revision ID: mordred@inaugust.com-20100303192730-o2o3nmp0lzhuatbe
Tags: upstream-2010.03.1317
Import upstream version 2010.03.1317

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "drizzled/typelib.h"
24
24
#include "drizzled/charset_info.h"
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
/***** LOCALE BEGIN ar_AE: Arabic - United Arab Emirates *****/
27
30
static const char *my_locale_month_names_ar_AE[13] =
28
31
 {"يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر", NULL };
2609
2612
  }
2610
2613
  return NULL;
2611
2614
}
 
2615
 
 
2616
} /* namespace drizzled */