Skip to content

Commit

Permalink
chore(lang): add unspecified language choice (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
NabbeunNabi authored Oct 2, 2024
1 parent a8fdd89 commit d151418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/typeDefs/gqlTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export enum Locale {
ThTh = 'th_TH',
TlPh = 'tl_PH',
TrTr = 'tr_TR',
Und = 'und',
ViVn = 'vi_VN',
ZhCn = 'zh_CN',
ZhHk = 'zh_HK',
Expand Down
1 change: 1 addition & 0 deletions src/typeDefs/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ enum Locale {
zh_CN # Chinese (Simplified, China)
zh_HK # Chinese (Traditional, Hong Kong SAR China)
zh_TW # Chinese (Traditional, Taiwan)
und # Unspecified Language (Undefined)
}

type LocalizedName {
Expand Down

0 comments on commit d151418

Please sign in to comment.