summaryrefslogtreecommitdiff
path: root/locale.d
diff options
context:
space:
mode:
Diffstat (limited to 'locale.d')
-rw-r--r--locale.d7
1 files changed, 7 insertions, 0 deletions
diff --git a/locale.d b/locale.d
new file mode 100644
index 0000000..49ab136
--- /dev/null
+++ b/locale.d
@@ -0,0 +1,7 @@
+static int locale_categories[] = {
+ LC_ALL,
+ LC_COLLATE,
+ LC_CTYPE,
+ LC_MONETARY,
+ LC_NUMERIC,
+};