Skip to content

Commit

Permalink
added ukrainian to the list of supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinzBaumann committed Nov 15, 2023
1 parent 0b1e3a6 commit 2c89c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/src/model/ConsentLanguages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class ConsentLanguages {
'SR-CYRL',
'SV',
'TR',
'UK',
'ZH',
]);

Expand Down
1 change: 1 addition & 0 deletions modules/core/test/model/ConsentLanguages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('model->ConsentLanguages', (): void => {
'SR-CYRL',
'SV',
'TR',
'UK',
'ZH',
];

Expand Down

0 comments on commit 2c89c0d

Please sign in to comment.