Skip to content

Commit

Permalink
Merge pull request #58 from UNICEFECAR/fix/issue_92
Browse files Browse the repository at this point in the history
Fix/issue 92
  • Loading branch information
sebastian-7DIGIT authored Jan 12, 2024
2 parents ca35e88 + ecbee3f commit c049e7b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 2 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
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 c049e7b

Please sign in to comment.