en_IN: Set the correct date format for "%x" (bug 17426).

[BZ #17426]
	* localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
This commit is contained in:
Rafal Luzynski 2018-08-24 12:06:05 +02:00
parent 86de0499c3
commit 5abedf97a3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2018-08-28 Rafal Luzynski <digitalfreak@lingonborough.com>
[BZ #17426]
* localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
2018-08-27 DJ Delorie <dj@redhat.com>
* support/Makefile (others): Don't list programs explicitly as a

View File

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