I want to add new option in Site Language. In constants.js
in frontend-app-account repo, I add:
{
code: 'vi',
name: 'Vietnamese',
released: true,
},
I ran mount that repo to Tutor and rebuilt MFE by tutor images build mfe
But no new option display on Site Language
If anyone has encountered this issuse before, please give me any advise or suggestion on how to resolve it
Thank in advance!