Skip to content

Commit

Permalink
Change outdated links in about page for codebase and project board to…
Browse files Browse the repository at this point in the history
… current links (#3768)

* Updated outdated links in about page for codebase and project board

* Linting

* Updated frontend snapshots

* Add test locales and exclude GitHub from translations

Signed-off-by: Olga Bulat <[email protected]>

* Update snapshots

Signed-off-by: Olga Bulat <[email protected]>

* Add GitHub to i18n linting ignore list

Signed-off-by: Olga Bulat <[email protected]>

---------

Signed-off-by: Olga Bulat <[email protected]>
Co-authored-by: Madison Swain-Bowden <[email protected]>
Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
3 people authored Feb 12, 2024
1 parent 78d5e42 commit aba1f89
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 22 deletions.
6 changes: 2 additions & 4 deletions frontend/src/locales/scripts/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@
content: "{openverse} searches across more than 700 million images and audio from open APIs and the {commonCrawl} dataset. It goes beyond simple search to aggregate results across multiple public repositories into a single catalog, and facilitates reuse through features like machine-generated tags and one-click attribution.",
},
planning: {
content: "Currently {openverse} only searches images and audio, with search for video provided through External Sources. But we plan to add additional media types such as open texts and 3D models, with the ultimate goal of providing access to the estimated 2.5 billion CC licensed and public domain works on the web. All of our code is open source ({frontend}, {api}, {catalog}) and we {community}. You can see what {working}.",
frontend: "{openverse} frontend",
api: "{openverse} API",
catalog: "{openverse} Catalog",
content: "Currently {openverse} only searches images and audio, with search for video provided through External Sources. But we plan to add additional media types such as open texts and 3D models, with the ultimate goal of providing access to the estimated 2.5 billion CC licensed and public domain works on the web. All of our code is open source and can be accessed at the {repository}. We {community}. You can see what {working}.",
repository: "{openverse} {github} repository",
community: "welcome community contribution",
working: "we’re currently working on",
},
Expand Down
23 changes: 8 additions & 15 deletions frontend/src/pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,21 @@

<i18n path="about.planning.content" tag="p">
<template #openverse>Openverse</template>
<template #frontend>
<VLink href="https://github.com/wordpress/openverse-frontend/">{{
$t("about.planning.frontend", { openverse: "Openverse" })
}}</VLink>
</template>
<template #api>
<VLink href="https://github.com/wordpress/openverse-api/">{{
$t("about.planning.api", { openverse: "Openverse" })
}}</VLink>
</template>
<template #catalog>
<VLink href="https://github.com/wordpress/openverse-catalog/">{{
$t("about.planning.catalog", { openverse: "Openverse" })
<template #repository>
<VLink href="https://github.com/wordpress/openverse">{{
$t("about.planning.repository", {
openverse: "Openverse",
github: "GitHub",
})
}}</VLink>
</template>
<template #community>
<VLink href="https://make.wordpress.org/openverse/">{{
<VLink href="https://docs.openverse.org/general/contributing">{{
$t("about.planning.community")
}}</VLink>
</template>
<template #working>
<VLink href="https://github.com/orgs/WordPress/projects/3">{{
<VLink href="https://github.com/orgs/WordPress/projects/75">{{
$t("about.planning.working")
}}</VLink>
</template>
Expand Down
5 changes: 2 additions & 3 deletions frontend/test/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,8 @@
"content": "{openverse} هو خليفة CC Search الذي أطلقته Creative Commons في عام 2019 ، بعد انتقاله إلى WordPress في عام 2021. يمكنك قراءة المزيد حول هذا الانتقال في الإعلانات الرسمية من {creativeCommons} و {wordpress}. لا نزال ملتزمين بهدفنا المتمثل في معالجة قابلية الاكتشاف والوصول إلى الوسائط المفتوحة."
},
"planning": {
"content": "يبحث {openverse} حاليًا عن الصور والصوت فقط ، مع البحث عن الفيديو المقدم من خلال مصادر خارجية. لكننا نخطط لإضافة أنواع وسائط إضافية مثل النصوص المفتوحة والنماذج ثلاثية الأبعاد ، مع الهدف النهائي المتمثل في توفير الوصول إلى جميع أعمال المجال العام المرخصة والبالغ عددها 1.4 مليار CC على الويب. جميع التعليمات البرمجية لدينا مفتوحة المصدر ({frontend} ، {api} ، {catalog}) ونحن {community}. يمكنك أن ترى ما {working}.",
"api": "واجهة برمجة تطبيقات {openverse}",
"catalog": "كتالوج {openverse}",
"content": "حاليًا، يبحث {openverse} فقط في الصور والصوت، مع البحث عن الفيديو المقدم من خلال مصادر خارجية. لكننا نخطط لإضافة أنواع وسائط إضافية مثل النصوص المفتوحة والنماذج ثلاثية الأبعاد، مع الهدف النهائي المتمثل في توفير الوصول إلى ما يقدر بـ 2.5 مليار CC من الأعمال المرخصة والملكية العامة على الويب. جميع الأكواد البرمجية الخاصة بنا مفتوحة المصدر ويمكن الوصول إليها من خلال {repository}. نحن {community}. يمكنك أن ترى ما {working}.",
"repository": "مستودع {openverse} {github}",
"community": "نرحب بمساهمة المجتمع",
"working": "نحن نعمل حاليا على"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export = {
"Flickr",
"Openverse",
"WordPress",
"GitHub",
"[email protected]",
],
},
Expand Down

0 comments on commit aba1f89

Please sign in to comment.