79445301

Date: 2025-02-17 11:53:27
Score: 3
Natty:
Report link

You can try

export default (): string => {
  const { $i18n } = useNuxtApp();
  const t = $i18n.t;

  return t('my-translation-key');
};

The answer from: https://stackoverflow.com/a/77288091/3680164

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oleksii.B