MichaelChirico / potools

Tools for working with translations in R
https://michaelchirico.github.io/potools/
58 stars 2 forks source link

Add message could be more foregiving about whitespace #183

Closed MichaelChirico closed 3 years ago

MichaelChirico commented 3 years ago

Observed now in testing Estonian:

Supplied 'plural':
(n != 1)
Did not match any known 'plural's:
(n!=1)

We should try and eliminate whitespace & match on that instead.