Skip to content

Commit

Permalink
fix: use unicode locales
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarth2824 committed Jul 3, 2024
1 parent 63f4057 commit 2a1f5f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/types/form/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export enum FormAuthType {
}

export enum Language {
ENGLISH = 'English',
CHINESE = 'Chinese',
MALAY = 'Malay',
TAMIL = 'Tamil',
ENGLISH = 'en-SG',
CHINESE = 'zh-SG',
MALAY = 'ms-SG',
TAMIL = 'ta-SG',
}

export enum FormStatus {
Expand Down

0 comments on commit 2a1f5f1

Please sign in to comment.