Skip to content

Commit

Permalink
chore: added vietnamese language to allowed language (#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
suisin-deriv committed May 30, 2023
1 parent e4b2c0c commit 0e19702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/translations/src/i18next/i18next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const getAllowedLanguages = () => {
ES: 'Español',
RU: 'Русский',
FR: 'Français',
VI: 'Tiếng Việt',
};
const exclude_languages = ['ACH'];
// TODO Change language_list to const when languages are available in prod.
Expand Down

1 comment on commit 0e19702

@vercel
Copy link

@vercel vercel bot commented on 0e19702 May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app.binary.sx
deriv-app-git-master.binary.sx
binary.sx

Please sign in to comment.