mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user