Skip to content

Commit

Permalink
Merge branch 'development' of github.com:UNICEFECAR/USupport-client-u…
Browse files Browse the repository at this point in the history
…i into fix/issue_87
  • Loading branch information
georgiganchev-7DIGIT committed Jan 12, 2024
2 parents 999fc5b + c049e7b commit 0d81296
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/blocks/Page/Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ export const Page = ({
initialCountry={selectedCountry}
hasUnreadNotifications={hasUnreadNotifications}
renderIn="client"
hasThemeButton
t={t}
/>
)}
<div
Expand Down Expand Up @@ -438,6 +440,7 @@ export const Page = ({
<Footer
lists={footerLists}
contactUsText={t("contact_us")}
contactUsUrl="/contact-us"
navigate={navigateTo}
Link={Link}
showSocials={false}
Expand Down
5 changes: 4 additions & 1 deletion src/blocks/Page/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"password_placeholder": "Password",
"password": "Please enter your password to access the site",
"wrong_password": "Wrong password",
"submit": "Submit"
"submit": "Submit",

"dark": "Dark",
"light": "Light"
}
5 changes: 4 additions & 1 deletion src/blocks/Page/locales/kk.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"password_placeholder": "Құпия сөз",
"password": "Сайтқа кіру үшін құпия сөзіңізді енгізіңіз",
"wrong_password": "Құпия сөз дұрыс емес",
"submit": "Жіберу"
"submit": "Жіберу",

"dark": "Қараңғы",
"light": "Жарық"
}
5 changes: 4 additions & 1 deletion src/blocks/Page/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"password_placeholder": "Пароль",
"password": "Пожалуйста, введите пароль для доступа к сайту",
"wrong_password": "Неверный пароль",
"submit": "Отправить"
"submit": "Отправить",

"dark": "Тёмный",
"light": "Светлый"
}

0 comments on commit 0d81296

Please sign in to comment.