Skip to content

Commit

Permalink
Add: organizations page in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed Sep 12, 2024
1 parent 9bbe7db commit 0f7ceb2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/blocks/Page/Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const Page = ({
{ name: t("page_6"), url: "/reports" },
{ name: t("page_7"), url: "/campaigns" },
{ name: t("page_8"), url: "/my-qa" },
{ name: t("page_9"), url: "/organizations" },
];

const localStorageCountry = localStorage.getItem("country");
Expand Down
3 changes: 2 additions & 1 deletion src/blocks/Page/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"page_6": "Reports",
"page_7": "Coupons",
"page_8": "My Q&A",
"page_9": "Organizations",

"country_1": "",
"country_2": "",
Expand All @@ -23,7 +24,7 @@
"contact_us": "Contact us",
"your_profile_text": "Your profile",

"password_placeholder": "Password",
"password_placeholder": "Password",
"password": "Please enter your password to access the site",
"wrong_password": "Wrong password",
"submit": "Submit"
Expand Down
1 change: 1 addition & 0 deletions src/blocks/Page/locales/kk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"page_6": "Есеп",
"page_7": "Купондар",
"page_8": "Менің Q&A",
"page_9": "Ұйымдар",

"country_1": "",
"country_2": "",
Expand Down
1 change: 1 addition & 0 deletions src/blocks/Page/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"page_6": "Raporty",
"page_7": "Kupony",
"page_8": "Moje Q&A",
"page_9": "Organizacje",

"country_1": "",
"country_2": "",
Expand Down
1 change: 1 addition & 0 deletions src/blocks/Page/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"page_6": "Отчеты",
"page_7": "Купоны",
"page_8": "Мой Q&A",
"page_9": "Организации",

"country_1": "",
"country_2": "",
Expand Down
1 change: 1 addition & 0 deletions src/blocks/Page/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"page_6": "Звіти",
"page_7": "Купони",
"page_8": "Q&A",
"page_9": "Організації",

"country_1": "",
"country_2": "",
Expand Down

0 comments on commit 0f7ceb2

Please sign in to comment.