diff --git a/.prettierignore b/.prettierignore index 7379adf..219176f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ /dist/ /.vercel/ pnpm-lock.yaml +src/i18n/translations/*.json diff --git a/src/i18n/translations/en.json b/src/i18n/translations/en.json index 5f5ca3d..72ec953 100644 --- a/src/i18n/translations/en.json +++ b/src/i18n/translations/en.json @@ -1,6 +1,6 @@ { "title": "Share₂Fedi — an instance-agnostic share page for the Fediverse", - "metaDescription": "Share₂Fedi is a share page for Mastodon, Misskey, Friendica, and others. Type in your post text and the instance URL and click ‘Publish’!", + "metaDescription": "Share₂Fedi is a share page for Mastodon, Misskey, Friendica, and others. Type in your post text and the instance URL and click ‘Publish!’", "language": "Language:", "description": "Share₂Fedi is an instance-agnostic share page for {}. With it, you can post to various federated platforms from a single page.", "fediverse": "the Fediverse", diff --git a/src/i18n/translations/fr.json b/src/i18n/translations/fr.json index e2fd1c9..de47f10 100644 --- a/src/i18n/translations/fr.json +++ b/src/i18n/translations/fr.json @@ -1,6 +1,6 @@ { "title": "Share₂Fedi — une page de partage indépendante pour le Fediverse", - "metaDescription": "Share₂Fedi est une page de partage pour Mastodon, Misskey, Friendica et autres. Tapez votre texte de publication et l’URL de l’instance, puis cliquez sur « Publier » !", + "metaDescription": "Share₂Fedi est une page de partage pour Mastodon, Misskey, Friendica et autres. Tapez votre texte de publication et l’URL de l’instance, puis cliquez sur « Publier ! »", "language": "Langue :", "description": "Share₂Fedi est une page de partage indépendante pour {}. Avec elle, vous pouvez publier sur diverses plateformes fédérées depuis une seule page.", "fediverse": "le Fediverse", diff --git a/src/i18n/translations/ru.json b/src/i18n/translations/ru.json index bd87b65..d9a0b40 100644 --- a/src/i18n/translations/ru.json +++ b/src/i18n/translations/ru.json @@ -1,6 +1,6 @@ { "title": "Share₂Fedi — инстанс-независимая share-страница для Федивёрса", - "metaDescription": "Share₂Fedi — это share-страница для Mastodon, Misskey, Friendica и других сервисов. Введите текст поста и URL-адрес инстанса и нажмите «Опубликовать»!", + "metaDescription": "Share₂Fedi — это share-страница для Mastodon, Misskey, Friendica и других сервисов. Введите текст поста и URL-адрес инстанса и нажмите «Опубликовать!».", "language": "Язык:", "description": "Share₂Fedi — это инстанс-независимая share-страница для {}. С её помощью вы можете делиться информацией на различных федеративных платформах с одной страницы.", "fediverse": "Федивёрса",