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

Merge pull request #1459 from open-minds/patch-1

Fix JavaScript date format in portuguese (Brazil) language file
parents 6efe28d5 353390c9
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ SeparatorDecimal=,
SeparatorThousand=None
FormatDateShort=%d/%m/%Y
FormatDateShortInput=%d/%m/%Y
FormatDateShortJava=dd/mm/yyyy
FormatDateShortJavaInput=dd/mm/yyyy
FormatDateShortJava=dd/MM/yyyy
FormatDateShortJavaInput=dd/MM/yyyy
FormatDateShortJQuery=dd/mm/yy
FormatDateShortJQueryInput=dd/mm/yy
FormatHourShort=%I:%M %p
......
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