method I18n.prototype.translateimport { I18n } from "https://deno.land/x/grammy_i18n@v1.0.2/mod.ts"; translate<K extends string>(locale: LocaleId,key: string,variables?: TranslationVariables<K>,): stringGets a message by its key from the specified locale. Type ParametersK extends stringParameterslocale: LocaleIdkey: stringoptionalvariables: TranslationVariables<K>Returnsstring