Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into jose/add-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Jan 9, 2024
2 parents 2d3b8c8 + 473a360 commit 5a10a62
Showing 1 changed file with 1 addition and 85 deletions.
86 changes: 1 addition & 85 deletions cms/top-announcement-banner.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,5 @@
{
"$schema": "../schemas/top-announcement-banner.schema.json",
"isChainHalted": false,
"banner": {
"enTextOrLocalizationPath": "topAnnouncementBanner.title",
"link": {
"enTextOrLocalizationKey": "topAnnouncementBanner.linkLearnMore",
"isExternal": true,
"url": "https://www.google.com"
},
"localStorageKey": "top-announcement-banner-test",
"startDate": "2024-01-08T00:00:00.000Z",
"endDate": "2024-02-01T00:00:00.000Z"
},
"localization": {
"en": {
"top-announcement-banner": {
"title": "Testing!",
"linkLearnMore": "Click here to learn more."
}
},
"es": {
"top-announcement-banner": {
"title": "¡Pruebas!",
"linkLearnMore": "Clic aquí para saber más."
}
},
"fa": {
"top-announcement-banner": {
"title": "آزمایش کردن!",
"linkLearnMore": "برای اطلاعات بیشتر اینجا کلیک کنید."
}
},
"fr": {
"top-announcement-banner": {
"title": "Essai!",
"linkLearnMore": "Cliquez ici pour en savoir plus."
}
},
"ko": {
"top-announcement-banner": {
"title": "테스트!",
"linkLearnMore": "자세한 내용을 보려면 여기를 클릭하세요."
}
},
"pl": {
"top-announcement-banner": {
"title": "Testowanie!",
"linkLearnMore": "Kliknij tutaj, aby dowiedzieć się więcej."
}
},
"pt-br": {
"top-announcement-banner": {
"title": "Testando!",
"linkLearnMore": "Clique aqui para saber mais."
}
},
"ro": {
"top-announcement-banner": {
"title": "Testare!",
"linkLearnMore": "Apasa aici pentru a afla mai multe."
}
},
"tr": {
"top-announcement-banner": {
"title": "Test yapmak!",
"linkLearnMore": "Daha fazlasını öğrenmek için buraya tıklayın."
}
},
"zh-cn": {
"top-announcement-banner": {
"title": "测试!",
"linkLearnMore": "点击这里了解更多。"
}
},
"zh-hk": {
"top-announcement-banner": {
"title": "測試!",
"linkLearnMore": "點這裡了解更多。"
}
},
"zh-tw": {
"top-announcement-banner": {
"title": "測試!",
"linkLearnMore": "點這裡了解更多。"
}
}
}
"banner": null
}

0 comments on commit 5a10a62

Please sign in to comment.