Closed iLoveDocs closed 1 year ago
Thanks for bringing this up.
At the moment, all empty plural/select forms trigger a warning. I perceive this as a beneficial alert to spot any unintentional omission of translations.
May I inquire as to why you'd prefer to retain the =0
plural form even when it's not utilized?
I have this key in
intl_en.arb
file.I always get this warning
I intentionally left the String blank in
0{}
and I want to suppress this warning, is there any way to do that? I don't want to add an empty space like0{ }
otherwise, I'll have to trim things in Dart code.