feat(SW-187): App badges localization
This commit is contained in:
@@ -31,6 +31,16 @@ export type FooterSecondaryNavProps = {
|
||||
}
|
||||
|
||||
export enum AppDownLoadLinks {
|
||||
apple = "/_static/img/app-store-badge.svg",
|
||||
google = "/_static/img/google-play-badge.svg",
|
||||
apple_da = "/_static/img/app-store-badge-da.svg",
|
||||
apple_de = "/_static/img/app-store-badge-de.svg",
|
||||
apple_en = "/_static/img/app-store-badge-en.svg",
|
||||
apple_fi = "/_static/img/app-store-badge-fi.svg",
|
||||
apple_no = "/_static/img/app-store-badge-no.svg",
|
||||
apple_sv = "/_static/img/app-store-badge-sv.svg",
|
||||
google_da = "/_static/img/google-play-badge-da.svg",
|
||||
google_de = "/_static/img/google-play-badge-de.svg",
|
||||
google_en = "/_static/img/google-play-badge-en.svg",
|
||||
google_fi = "/_static/img/google-play-badge-fi.svg",
|
||||
google_no = "/_static/img/google-play-badge-no.svg",
|
||||
google_sv = "/_static/img/google-play-badge-sv.svg",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user