Skip to content

Commit

Permalink
Suisin/chore: add thai language into deriv app (#8766)
Browse files Browse the repository at this point in the history
* chore: add thai language into deriv app

* chore: added Thai language check for Thai

---------

Co-authored-by: Jim Daniels Wasswa <104334373+jim-deriv@users.noreply.github.com>
Co-authored-by: vinu-deriv <100689171+vinu-deriv@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 19, 2023
1 parent e5897ff commit e96af69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const languages = {
VI: 'Tiếng Việt',
ZH_CN: '简体中文',
ZH_TW: '繁體中文',
TH: 'ไทย',
};

describe('getAllowedLanguages method', () => {
Expand Down
2 changes: 2 additions & 0 deletions packages/translations/src/i18next/i18next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const ALL_LANGUAGES = Object.freeze({
VI: 'Tiếng Việt',
ZH_CN: '简体中文',
ZH_TW: '繁體中文',
TH: 'ไทย',
});

export const getAllowedLanguages = () => {
Expand All @@ -26,6 +27,7 @@ export const getAllowedLanguages = () => {
ES: 'Español',
RU: 'Русский',
FR: 'Français',
TH: 'ไทย',
VI: 'Tiếng Việt',
};
const exclude_languages = ['ACH'];
Expand Down

1 comment on commit e96af69

@vercel
Copy link

@vercel vercel bot commented on e96af69 Jun 19, 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
binary.sx
deriv-app-git-master.binary.sx
deriv-app.binary.sx

Please sign in to comment.