I am using amplify UI for angular application Amplify UI and I'm trying to translate the login placeholder inputs but they don't work.
For the LOGIN tab I have default email authentication, and for the SING UP tab I have specific formFields:
To translate amplify authenticator I use:
import { translations } from '@aws-amplify/ui-angular';
I18n.putVocabularies(translations);
I18n.setLanguage('fr');
Languages Dictionaries available
All the labels works perfect but for the placeholder inputs always show in English:
Any idea what is happening?
I am trying to translate the placeholder text to the specific languages available in amplify-ui authenticator component, but always show in english. All the rest of the labels translate correctly.