Use / instead of - in d_fmt for pt_BR and pt_PT [BZ #17438]

[BZ #17438]
	* localedata/locales/pt_BR (LC_TIME): use / instead of -
	in d_fmt.
	* localedata/locales/pt_PT (LC_TIME): likewise
This commit is contained in:
Mike FABIAN 2018-02-14 18:17:42 +01:00
parent 6c7269f31d
commit 9d5cfd8e83
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2018-02-23 Mike FABIAN <mfabian@redhat.com>
[BZ #17438]
* localedata/locales/pt_BR (LC_TIME): use / instead of -
in d_fmt.
* localedata/locales/pt_PT (LC_TIME): likewise
2018-02-23 Mike FABIAN <mfabian@redhat.com>
[BZ #22646]

View file

@ -119,7 +119,7 @@ mon "janeiro";/
"novembro";/
"dezembro"
d_t_fmt "%a %d %b %Y %T %Z"
d_fmt "%d-%m-%Y"
d_fmt "%d//%m//%Y"
t_fmt "%T"
am_pm "";""
t_fmt_ampm ""

View file

@ -123,7 +123,7 @@ mon "janeiro";/
"novembro";/
"dezembro"
d_t_fmt "%a %d %b %Y %T %Z"
d_fmt "%d-%m-%Y"
d_fmt "%d//%m//%Y"
t_fmt "%T"
am_pm "";""
t_fmt_ampm ""