Skip to content

Commit

Permalink
Merge pull request #470 from InteractiveAdvertisingBureau/MoreLanguages
Browse files Browse the repository at this point in the history
added support for 5 new langauges
  • Loading branch information
aitnitishshelage authored Jan 10, 2025
2 parents a06f815 + 68afe3d commit 7d18c17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/core/src/model/ConsentLanguages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class ConsentLanguages {
'ID',
'IT',
'JA',
'KA',
'KO',
'LT',
'LV',
Expand All @@ -38,12 +39,16 @@ export class ConsentLanguages {
'RU',
'SK',
'SL',
'SQ',
'SR-LATN',
'SR-CYRL',
'SV',
'SW',
'TH',
'TL',
'TR',
'UK',
'VI',
'ZH',
]);

Expand Down
5 changes: 5 additions & 0 deletions modules/core/test/model/ConsentLanguages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('model->ConsentLanguages', (): void => {
'ID',
'IT',
'JA',
'KA',
'KO',
'LT',
'LV',
Expand All @@ -43,12 +44,16 @@ describe('model->ConsentLanguages', (): void => {
'RU',
'SK',
'SL',
'SQ',
'SR-LATN',
'SR-CYRL',
'SV',
'SW',
'TH',
'TL',
'TR',
'UK',
'VI',
'ZH',
];

Expand Down

0 comments on commit 7d18c17

Please sign in to comment.