-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into jose/add-translation
- Loading branch information
Showing
1 changed file
with
1 addition
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |