llrs / BOE_historico

Analysis of the historic data of BOE
https://llrs.github.io/BOE_historico
4 stars 0 forks source link

Correct pluralization #7

Closed llrs closed 3 years ago

llrs commented 3 years ago

Whatch out for pluralization

n <- 1
status <- sprintf(ngettext(n, msg1="%d publicacion", msg2="%d publicaciones"), n)