feat(i18n): add Spanish(Argentina) and Urdu (#7771)

Support for various languages has been updated, and `Spanish (Argentina)` and `Urdu` have been added. Many thanks to the community contributors for their ongoing translation efforts.
This commit is contained in:
JimmFly
2024-08-07 08:57:22 +00:00
parent 00ee2a8852
commit 4e03edba44
14 changed files with 480 additions and 124 deletions

View File

@@ -75,7 +75,7 @@ test('allow creation of filters by favorite', async ({ page }) => {
await waitForEditorLoad(page);
await clickSideBarAllPageButton(page);
// playwright first language is en-US
await createFirstFilter(page, 'Favourited');
await createFirstFilter(page, 'Favorited');
await page
.locator('[data-testid="filter-arg"]', { hasText: 'true' })
.locator('div')