We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e6087a + 04f5632 commit dfb28f7Copy full SHA for dfb28f7
locale/pt.js
@@ -3,7 +3,7 @@ import en from './en.js'
3
const unit = Object.create(en)
4
5
unit.ano = unit.a = en.y
6
-unit.mês = unit.mes = en.mo
+unit.mês = unit.meses = unit.mes = en.mo
7
unit.semana = unit.sem = en.w
8
unit.dia = en.d
9
unit.hora = en.h
0 commit comments