Skip to content

Commit

Permalink
Merge pull request #442 from InteractiveAdvertisingBureau/MoreLanguages
Browse files Browse the repository at this point in the history
adding language support for HE, ID, KO, MK, MS, TL
  • Loading branch information
HeinzBaumann authored Mar 28, 2024
2 parents 3a5f37f + 0d95c4c commit f4694d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/core/src/model/ConsentLanguages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ export class ConsentLanguages {
'FI',
'FR',
'GL',
'HE',
'HR',
'HU',
'ID',
'IT',
'JA',
'KO',
'LT',
'LV',
'MK',
'MS',
'MT',
'NL',
'NO',
Expand All @@ -36,6 +41,7 @@ export class ConsentLanguages {
'SR-LATN',
'SR-CYRL',
'SV',
'TL',
'TR',
'UK',
'ZH',
Expand Down
6 changes: 6 additions & 0 deletions modules/core/test/model/ConsentLanguages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@ describe('model->ConsentLanguages', (): void => {
'FI',
'FR',
'GL',
'HE',
'HR',
'HU',
'ID',
'IT',
'JA',
'KO',
'LT',
'LV',
'MK',
'MS',
'MT',
'NL',
'NO',
Expand All @@ -41,6 +46,7 @@ describe('model->ConsentLanguages', (): void => {
'SR-LATN',
'SR-CYRL',
'SV',
'TL',
'TR',
'UK',
'ZH',
Expand Down

0 comments on commit f4694d5

Please sign in to comment.