String trPlural([String? pluralKey, int? i, List<String> args = const []]) { return i == 1 ? trArgs(args) : pluralKey!.trArgs(args); }