Skip to content

Commit

Permalink
linting and language translation
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Sep 23, 2024
1 parent 18d83c1 commit 30b722d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,8 @@
"organizations": "Organisations",
"search": "Rechercher",
"filter": "Filtrer",
"searchByName": "Rechercher par nom"
"searchByName": "Rechercher par nom",
"searchOrganizations": "Rechercher organisations"
},
"userSidebarOrg": {
"yourOrganizations": "Vos organisations",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,8 @@
"organizations": "संगठनों",
"search": "खोजें",
"filter": "फ़िल्टर",
"searchByName": "नाम से खोजें"
"searchByName": "नाम से खोजें",
"searchOrganizations": "संगठनों खोजें"
},
"userSidebarOrg": {
"yourOrganizations": "आपके संगठन",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/sp/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,8 @@
"filter": "Filtrar",
"organizations": "Organizaciones",
"searchByName": "Buscar por nombre",
"searchUsers": "Buscar usuarios"
"searchUsers": "Buscar usuarios",
"searchOrganizations": "Buscar organizaciones"
},
"userSidebarOrg": {
"yourOrganizations": "Tus Organizaciones",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,8 @@
"organizations": "组织机构",
"search": "搜索",
"filter": "筛选",
"searchByName": "按名称搜索"
"searchByName": "按名称搜索",
"searchOrganizations": "搜索组织"
},
"userSidebarOrg": {
"yourOrganizations": "您的组织",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ describe('Testing Organizations Screen [User Portal]', () => {
await wait();
const dropdown = screen.getByTestId('table-pagination');
userEvent.click(dropdown);
expect(screen.queryByText('-1')).not.toBeInTheDocument();
expect(screen.getByText('5')).toBeInTheDocument();
expect(screen.getByText('10')).toBeInTheDocument();
expect(screen.getByText('30')).toBeInTheDocument();
Expand Down

0 comments on commit 30b722d

Please sign in to comment.