/** * Convenience method to iterate an array of translations for a given key * If the key does not exist, it will log an error to Sentry and return * an empty array instead of throwing an error */ export default function tArray(tKey: string): string[];