diff --git a/locales/en/home.json b/locales/en/home.json index 1953893..7b17d8b 100644 --- a/locales/en/home.json +++ b/locales/en/home.json @@ -1,6 +1,6 @@ { "intro": "welcome dear reader!", - "content": "unknown art is where you can, hopefully, connect with individuals, lovers, thinkers, minds or artists, all over the beautiful world.", + "content": "unknown art is where you can connect with individuals, lovers, thinkers, minds or artists, all over this beautiful world.", "logo": { "title": "hero image unknown art", "label": "hero image" diff --git a/locales/it/home.json b/locales/it/home.json index 85f0e44..8c0e569 100644 --- a/locales/it/home.json +++ b/locales/it/home.json @@ -1,6 +1,6 @@ { "intro": "benvenuto caro lettore!", - "content": "unknown art è il mondo dove puoi, forse, entrare in contatto con persone, amanti, pensatori, menti o artisti, di tutto il nostro bellissimo mondo.", + "content": "unknown art è il mondo dove puoi entrare in contatto con persone, amanti, pensatori, menti o artisti, di tutto il nostro bellissimo mondo.", "logo": { "title": "immagine principale di unknown art", "label": "immagine principale" diff --git a/locales/zh/common.json b/locales/zh/common.json index ff79130..7121b94 100644 --- a/locales/zh/common.json +++ b/locales/zh/common.json @@ -1,6 +1,6 @@ { "title": "unknown art", - "description": "unknown art 是一个会让你了解全球艺术和独立书店的俱乐部。", + "description": "unknown art 是一个让你了解全球艺术性和独立书店的地方。", "menu" : { "home": "首页", "bookshops": "书店", diff --git a/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts b/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts index f65de97..b58eb43 100644 --- a/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts +++ b/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts @@ -1,5 +1,4 @@ import type { Locator } from '@playwright/test' - import { defaultLocale } from 'src/helpers/config/i18n' import type { I18nLocale } from 'src/types/i18n' import { BasePage } from 'tests/fixtures'