Skip to content

Commit

Permalink
fix: mn language in testlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
amina-deriv committed Aug 26, 2024
1 parent 0808738 commit 36e5c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/utils/constants/default-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const getSearchNotFoundOption = () => localize('No results found');
/**
* Returns List of unsupported languages based on the environment.
*/
export const UNSUPPORTED_LANGUAGES = isProduction() ? ['ID', 'MN'] : [];
export const UNSUPPORTED_LANGUAGES = isProduction() ? ['ID', 'MN'] : ['MN'];

0 comments on commit 36e5c7f

Please sign in to comment.