Skip to content

Commit

Permalink
Merge pull request #280 from torusresearch/feat/add-turkish-lang
Browse files Browse the repository at this point in the history
adds turkish lang support
  • Loading branch information
chaitanyapotti authored Jan 16, 2024
2 parents 78e8602 + 792aba2 commit dc2e2e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export const LANGUAGES = {
fr: "fr",
pt: "pt",
nl: "nl",
tk: "tk",
} as const;

export type LANGUAGE_TYPE = (typeof LANGUAGES)[keyof typeof LANGUAGES];
Expand Down Expand Up @@ -286,6 +287,7 @@ export type WhiteLabelData = {
* fr: french
* pt: portuguese
* nl: dutch
* tk: turkish
*
* @defaultValue en
*/
Expand Down

0 comments on commit dc2e2e6

Please sign in to comment.