Skip to content

Commit e6d4816

Browse files
committed
Merge branch 'release/1.0.17'
2 parents e51036f + 023ff4b commit e6d4816

5 files changed

Lines changed: 49 additions & 28 deletions

File tree

app/components/isp-consent-form/consentText.js

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/components/language-picker/countries.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const languagesForProduction = [
55
"ar", "bg", "cs", "da", "de", "el", "en", "es", "es-co", "et", "fi", "fr",
66
"he", "hi", "hr", "hu", "id", "is", "it", "ja", "ka", "ko", "lt", "lv",
77
"mk", "mr", "ms", "nl", "no", "pl", "pt", "ro", "ru",
8-
"sk", "sl", "sr", "th", "tr", "uk", "zh", "zh-hk"
8+
"sk", "sl", "sr", "th", "tr", "uk", "vi", "zh", "zh-hk"
99
];
1010

1111

@@ -679,6 +679,16 @@ export default [
679679
],
680680
"name": "USA"
681681
},
682+
{
683+
"code": "KE",
684+
"languages": [
685+
{
686+
"code": "en-KE",
687+
"name": "English"
688+
}
689+
],
690+
"name": "Kenya"
691+
},
682692
{
683693
"code": "VN",
684694
"languages": [

0 commit comments

Comments
 (0)