tr function

String tr(
  1. String key
)

Implementation

String tr(String key) => LocalTranslations._translate(key);