Skip to content

Commit

Permalink
adds turkish lang support
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Jan 15, 2024
1 parent 78e8602 commit 792aba2
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 792aba2

Please sign in to comment.