Skip to content

Commit

Permalink
Merge pull request #432 from InteractiveAdvertisingBureau/addUkrainian
Browse files Browse the repository at this point in the history
Added ukrainian to the list of supported languages
  • Loading branch information
sevriugin authored Mar 18, 2024
2 parents 0b5f99b + 2c89c0d commit 3a5f37f
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 @@ -37,6 +37,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 @@ -42,6 +42,7 @@ describe('model->ConsentLanguages', (): void => {
'SR-CYRL',
'SV',
'TR',
'UK',
'ZH',
];

Expand Down

0 comments on commit 3a5f37f

Please sign in to comment.