Minds / minds

mirror of https://gitlab.com/minds/minds
https://www.minds.com
Other
713 stars 203 forks source link

How to switch to a different language #141

Closed dsun29 closed 4 years ago

dsun29 commented 5 years ago

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.