Assume I have Minds.pt.xliff file ready in /front/src/locale folder. How can I build the app in Portuguese? I tried ng build --i18n-file=src/locale/Minds.pt.xliff --locale=pt but it still shows English?
I also tried changing variable locale to be 'pt' in /front/src/i18n-providers.ts without any luck.
Hi All,
Assume I have Minds.pt.xliff file ready in /front/src/locale folder. How can I build the app in Portuguese? I tried ng build --i18n-file=src/locale/Minds.pt.xliff --locale=pt but it still shows English?
I also tried changing variable locale to be 'pt' in /front/src/i18n-providers.ts without any luck.