##// END OF EJS Templates
fix plural form of the abbreviation for hours in Brazilian Portuguese (#11600)...
Toshi MARUYAMA -
r9986:405bcc10c086
parent child
Show More
@@ -18,10 +18,10 pt-BR:
18 18
19 19 time:
20 20 formats:
21 default: "%A, %d de %B de %Y, %H:%M hs"
22 time: "%H:%M hs"
23 short: "%d/%m, %H:%M hs"
24 long: "%A, %d de %B de %Y, %H:%M hs"
21 default: "%A, %d de %B de %Y, %H:%M h"
22 time: "%H:%M h"
23 short: "%d/%m, %H:%M h"
24 long: "%A, %d de %B de %Y, %H:%M h"
25 25 only_second: "%S"
26 26 datetime:
27 27 formats:
General Comments 0
You need to be logged in to leave comments. Login now