Skip to content
Snippets Groups Projects
Commit 56a36ba9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: bad translation of date format for pt_BR

parent 255a1f64
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,12 @@ FONTFORPDF=helvetica
FONTSIZEFORPDF=10
SeparatorDecimal=,
SeparatorThousand=None
FormatDateShort=%m/%d/%Y
FormatDateShortInput=%m/%d/%Y
FormatDateShortJava=mm/dd/aaaa
FormatDateShortJavaInput=mm/dd/aaaa
FormatDateShortJQuery=mm/dd/aa
FormatDateShortJQueryInput=mm/dd/aa
FormatDateShort=%d/%m/%Y
FormatDateShortInput=%d/%m/%Y
FormatDateShortJava=dd/mm/yyyy
FormatDateShortJavaInput=dd/mm/yyyy
FormatDateShortJQuery=dd/mm/yy
FormatDateShortJQueryInput=dd/mm/yy
FormatHourShort=%I:%M %p
FormatHourShortDuration=%H:%M
FormatDateTextShort=%b %d, %Y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment