Fix locale for nl_BE must match netherland language

This commit is contained in:
Laurent Destailleur 2015-09-29 23:55:38 +02:00
parent fa9103fc97
commit 673ce059e6

View File

@ -2,20 +2,20 @@
DIRECTION=ltr DIRECTION=ltr
FONTFORPDF=helvetica FONTFORPDF=helvetica
FONTSIZEFORPDF=10 FONTSIZEFORPDF=10
SeparatorDecimal=. SeparatorDecimal=,
SeparatorThousand=, SeparatorThousand=Space
FormatDateShort=%m/%d/%Y FormatDateShort=%d-%m-%Y
FormatDateShortInput=%m/%d/%Y FormatDateShortInput=%d-%m-%Y
FormatDateShortJava=MM/dd/yyyy FormatDateShortJava=dd-MM-yyyy
FormatDateShortJavaInput=MM/dd/yyyy FormatDateShortJavaInput=dd-MM-yyyy
FormatDateShortJQuery=mm/dd/yy FormatDateShortJQuery=dd-mm-yy
FormatDateShortJQueryInput=mm/dd/yy FormatDateShortJQueryInput=dd-mm-yy
FormatHourShortJQuery=HH:MI FormatHourShortJQuery=HH:MI
FormatHourShort=%I:%M %p FormatHourShort=%H:%M
FormatHourShortDuration=%H:%M FormatHourShortDuration=%H:%M
FormatDateTextShort=%b %d, %Y FormatDateTextShort=%d %b %Y
FormatDateText=%B %d, %Y FormatDateText=%d %B %Y
FormatDateHourShort=%m/%d/%Y %I:%M %p FormatDateHourShort=%d-%m-%Y %H:%M
FormatDateHourSecShort=%m/%d/%Y %I:%M:%S %p FormatDateHourSecShort=%d/%m/%Y %I:%M:%S %p
FormatDateHourTextShort=%b %d, %Y, %I:%M %p FormatDateHourTextShort=%d %b %Y %H:%M
FormatDateHourText=%B %d, %Y, %I:%M %p FormatDateHourText=%d %B %Y %H:%M