Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shared-helpers/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@
"footer.instagramLogo": "Logo de Instagram",
"footer.linkedinLogo": "Logo de LinkedIn",
"footer.mondayToFriday": "De lunes a viernes, de 9:00 a 17:00",
"footer.phoneNumber": "Llámanos o envíanos un mensaje de texto al 650-265-1440. Si habla un idioma distinto al inglés o español, su llamada telefónica será transferida para dejar un mensaje de voz.",
"footer.twitterLogo": "Logo de Twitter",
"footer.youtubeLogo": "Logo de YouTube",
"help.faq.affordableDifferences": "¿Cuál es la diferencia entre una vivienda asequible regulada y una que no está regulada? ¿Por qué algunas viviendas asequibles están reguladas por el Gobierno?",
Expand Down
1 change: 1 addition & 0 deletions shared-helpers/src/locales/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@
"footer.instagramLogo": "Instagram Logo",
"footer.linkedinLogo": "LinkedIn Logo",
"footer.mondayToFriday": "Monday-Friday 9:00am - 5:00pm",
"footer.phoneNumber": "Call or Text us at 650-265-1440. If you speak a language other than English and Spanish, your phone call will be transferred to leave a voicemail.",
"footer.twitterLogo": "Twitter Logo",
"footer.youtubeLogo": "YouTube Logo",
"help.faq.affordableDifferences": "What’s the difference between regulated affordable housing and naturally-occurring affordable housing? Why is some affordable housing regulated by the government?",
Expand Down
1 change: 1 addition & 0 deletions shared-helpers/src/locales/tl.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@
"footer.instagramLogo": "Logo ng Instagram",
"footer.linkedinLogo": "Logo ng LinkedIn",
"footer.mondayToFriday": "Lunes - Biyernes 9:00 am - 5:00 pm",
"footer.phoneNumber": "Tumawag o Mag-text sa amin sa 650-265-1440. Kung nagsasalita ka ng isang wika maliban sa English at Spanish, ililipat ang iyong tawag sa telepono upang mag-iwan ng voicemail.",
"footer.twitterLogo": "Logo ng Twitter",
"footer.youtubeLogo": "Logo ng YouTube",
"help.faq.affordableDifferences": "Ano ang pagkakaiba sa pagitan ng kinokontrol na abot-kayang pabahay at natural na nagaganap na abot-kayang pabahay? Bakit kinokontrol ng pamahalaan ang ilang abot-kayang pabahay?",
Expand Down
1 change: 1 addition & 0 deletions shared-helpers/src/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@
"footer.instagramLogo": "Instagram Logo",
"footer.linkedinLogo": "LinkedIn Logo",
"footer.mondayToFriday": "9:00 sáng - 5:00 chiều thứ Hai - thứ Sáu",
"footer.phoneNumber": "Gọi hoặc nhắn tin cho chúng tôi theo số 650-265-1440. Nếu bạn nói ngôn ngữ khác ngoài tiếng Anh và tiếng Tây Ban Nha, cuộc gọi của bạn sẽ được chuyển sang dạng thư thoại.",
"footer.twitterLogo": "Twitter Logo",
"footer.youtubeLogo": "YouTube Logo",
"help.faq.affordableDifferences": "Đâu là sự khác biệt giữa nhà ở bình dân được quy định và nhà ở bình dân hình thành tự nhiên? Tại sao một số nhà ở bình dân được chính phủ quy định?",
Expand Down
1 change: 1 addition & 0 deletions shared-helpers/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@
"footer.instagramLogo": "Instagram 标志",
"footer.linkedinLogo": "领英标志",
"footer.mondayToFriday": "週一至週五,上午 9:00 至下午 5:00",
"footer.phoneNumber": "致電或發短信至 650-265-1440. 如果您講英語和西班牙語以外的語言,您的電話將被轉接為語音郵件.",
"footer.twitterLogo": "推特标志",
"footer.youtubeLogo": "YouTube 标志",
"help.faq.affordableDifferences": "「受監管的可負擔住房」和「自發性可負擔住房」有何不同?為什麼一些可負擔住房會受到政府的監管?",
Expand Down
1 change: 1 addition & 0 deletions sites/public/src/components/shared/CustomSiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const CustomSiteFooter = () => {
<a href="mailto: doorway@bayareametro.gov" className="underline">
doorway@bayareametro.gov
</a>
<p className="w-64">{t("footer.phoneNumber")}</p>
</div>
</div>
<div className={styles["right-column-container"]}>
Expand Down
Loading