All hashes need to be prepended with i18n for example $t('ux_study.link_url') should be something
like $t('ux_study.i18n_link_url'). Clean up all the localization files none of them should be in the /src root
and should all be agglomerated in the /src/locales folder.
All hashes need to be prepended with
i18n
for example$t('ux_study.link_url')
should be something like$t('ux_study.i18n_link_url')
. Clean up all the localization files none of them should be in the/src
root and should all be agglomerated in the/src/locales
folder.