about summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2018-08-24 12:06:05 +0200
committerRafal Luzynski <digitalfreak@lingonborough.com>2018-08-28 00:21:52 +0200
commit5abedf97a3d396798cb48a3bf86f322d71955ad9 (patch)
treef9fb9304e86bf9527b975b460a7b2950a925eb75 /localedata
parent86de0499c3c624741bbe36927721a0cadd12e146 (diff)
downloadglibc-5abedf97a3d396798cb48a3bf86f322d71955ad9.tar.gz
glibc-5abedf97a3d396798cb48a3bf86f322d71955ad9.tar.xz
glibc-5abedf97a3d396798cb48a3bf86f322d71955ad9.zip
en_IN: Set the correct date format for "%x" (bug 17426).
	[BZ #17426]
	* localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
Diffstat (limited to 'localedata')
-rw-r--r--localedata/locales/en_IN4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN
index c8afec9ec0..32cfe85b0c 100644
--- a/localedata/locales/en_IN
+++ b/localedata/locales/en_IN
@@ -104,8 +104,8 @@ am_pm       "AM";"PM"
 % Appropriate date and time representation
 d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
 %
-% Appropriate date representation
-d_fmt       "%A %d %B %Y"
+% Appropriate date representation (%x)
+d_fmt       "%d//%m//%y"
 %
 % Appropriate time representation
 t_fmt       "%I:%M:%S  %Z"