Short alias for translate
String tr(String key, {Map<String, dynamic>? args}) => translate(key, args: args);