String? trArgsPlural([ String? plural, int i = 0, List<String> args = const [], ]) { return i > 1 ? plural?.trArgs(args) : trArgs(args); }