Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
delete translations, page, nagibation link
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkrida committed Aug 12, 2022
1 parent d19ff3f commit d5095b8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 168 deletions.
5 changes: 0 additions & 5 deletions src/composables/use-pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ export default function usePages() {
name: 'header.api-nav-item',
link: 'https://api.openverse.engineering/v1/',
},
{
id: 'extension',
name: 'header.extension-nav-item',
link: app.localePath('/extension'),
},
{
id: 'privacy',
name: 'header.privacy-nav-item',
Expand Down
22 changes: 0 additions & 22 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"privacy-nav-item": "Privacy",
"feedback-nav-item": "Feedback",
"support-nav-item": "Support Us",
"extension-nav-item": "Web extension",
"placeholder": "Search all content",
"aria": {
"primary": "primary",
Expand Down Expand Up @@ -233,27 +232,6 @@
"report": "report a bug form"
}
},
"extension": {
"title": "Web extension",
"description": {
"intro": "A browser extension that lets you search and use open-licensed and public domain images."
},
"features": {
"search": {
"heading": "Search and filter openly-licensed and public domain content",
"content": "Browse through millions of content and use filters to find what best meets your needs."
},
"bookmark": {
"heading": "Bookmark your favorite images without breaking your navigation",
"content": "Add images to your bookmarks and use them whenever you want without interrupting your navigation. "
},
"use": {
"heading": "Use the image and give attribution to the creator easily",
"content": "Download the image and paste the attribution information on compatible formats."
}
},
"conclusion": "Have your favourite content while browsing the web"
},
"error": {
"occurred": "An error occurred",
"image-not-found": "Couldn't find image with id {id}",
Expand Down
140 changes: 0 additions & 140 deletions src/pages/extension.vue

This file was deleted.

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"src/components/VFilters/VLicenseExplanation.vue",
"src/pages/feedback.vue",
"src/pages/search-help.vue",
"src/pages/extension.vue",
"src/composables/types.js",
"src/composables/use-event-listener-outside.js",

Expand Down

0 comments on commit d5095b8

Please sign in to comment.