Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Jan 25, 2025
1 parent feef76a commit 5c420fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales/en/home.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion locales/it/home.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion locales/zh/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "unknown art",
"description": "unknown art 是一个会让你了解全球艺术和独立书店的俱乐部",
"description": "unknown art 是一个让你了解全球艺术性和独立书店的地方",
"menu" : {
"home": "首页",
"bookshops": "书店",
Expand Down
1 change: 0 additions & 1 deletion src/app/[locale]/__e2e__/fixtures/page/HomePage.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 5c420fd

Please sign in to comment.