Do not display Vietnamese option in Site Language of Account frontend

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!

Hi, is this the same post as Cannot change language to Vietnamese in Sumuc version?

Yes it’s the same