static String tr(String value) { final x = i._tr(value, true); return x is String && x.isNotEmpty ? x : value; }