Skip to content

Commit aba1f89

Browse files
enteragoodusernameAetherUnboundobulat
authored
Change outdated links in about page for codebase and project board to 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 <obulat@gmail.com> * Update snapshots Signed-off-by: Olga Bulat <obulat@gmail.com> * Add GitHub to i18n linting ignore list Signed-off-by: Olga Bulat <obulat@gmail.com> --------- Signed-off-by: Olga Bulat <obulat@gmail.com> Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> Co-authored-by: Olga Bulat <obulat@gmail.com>
1 parent 78d5e42 commit aba1f89

File tree

16 files changed

+13
-22
lines changed

16 files changed

+13
-22
lines changed

frontend/src/locales/scripts/en.json5

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@
8282
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.",
8383
},
8484
planning: {
85-
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}.",
86-
frontend: "{openverse} frontend",
87-
api: "{openverse} API",
88-
catalog: "{openverse} Catalog",
85+
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}.",
86+
repository: "{openverse} {github} repository",
8987
community: "welcome community contribution",
9088
working: "we’re currently working on",
9189
},

frontend/src/pages/about.vue

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,21 @@
1616

1717
<i18n path="about.planning.content" tag="p">
1818
<template #openverse>Openverse</template>
19-
<template #frontend>
20-
<VLink href="https://github.com/wordpress/openverse-frontend/">{{
21-
$t("about.planning.frontend", { openverse: "Openverse" })
22-
}}</VLink>
23-
</template>
24-
<template #api>
25-
<VLink href="https://github.com/wordpress/openverse-api/">{{
26-
$t("about.planning.api", { openverse: "Openverse" })
27-
}}</VLink>
28-
</template>
29-
<template #catalog>
30-
<VLink href="https://github.com/wordpress/openverse-catalog/">{{
31-
$t("about.planning.catalog", { openverse: "Openverse" })
19+
<template #repository>
20+
<VLink href="https://github.com/wordpress/openverse">{{
21+
$t("about.planning.repository", {
22+
openverse: "Openverse",
23+
github: "GitHub",
24+
})
3225
}}</VLink>
3326
</template>
3427
<template #community>
35-
<VLink href="https://make.wordpress.org/openverse/">{{
28+
<VLink href="https://docs.openverse.org/general/contributing">{{
3629
$t("about.planning.community")
3730
}}</VLink>
3831
</template>
3932
<template #working>
40-
<VLink href="https://github.com/orgs/WordPress/projects/3">{{
33+
<VLink href="https://github.com/orgs/WordPress/projects/75">{{
4134
$t("about.planning.working")
4235
}}</VLink>
4336
</template>

frontend/test/locales/ar.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,8 @@
615615
"content": "{openverse} هو خليفة CC Search الذي أطلقته Creative Commons في عام 2019 ، بعد انتقاله إلى WordPress في عام 2021. يمكنك قراءة المزيد حول هذا الانتقال في الإعلانات الرسمية من {creativeCommons} و {wordpress}. لا نزال ملتزمين بهدفنا المتمثل في معالجة قابلية الاكتشاف والوصول إلى الوسائط المفتوحة."
616616
},
617617
"planning": {
618-
"content": "يبحث {openverse} حاليًا عن الصور والصوت فقط ، مع البحث عن الفيديو المقدم من خلال مصادر خارجية. لكننا نخطط لإضافة أنواع وسائط إضافية مثل النصوص المفتوحة والنماذج ثلاثية الأبعاد ، مع الهدف النهائي المتمثل في توفير الوصول إلى جميع أعمال المجال العام المرخصة والبالغ عددها 1.4 مليار CC على الويب. جميع التعليمات البرمجية لدينا مفتوحة المصدر ({frontend} ، {api} ، {catalog}) ونحن {community}. يمكنك أن ترى ما {working}.",
619-
"api": "واجهة برمجة تطبيقات {openverse}",
620-
"catalog": "كتالوج {openverse}",
618+
"content": "حاليًا، يبحث {openverse} فقط في الصور والصوت، مع البحث عن الفيديو المقدم من خلال مصادر خارجية. لكننا نخطط لإضافة أنواع وسائط إضافية مثل النصوص المفتوحة والنماذج ثلاثية الأبعاد، مع الهدف النهائي المتمثل في توفير الوصول إلى ما يقدر بـ 2.5 مليار CC من الأعمال المرخصة والملكية العامة على الويب. جميع الأكواد البرمجية الخاصة بنا مفتوحة المصدر ويمكن الوصول إليها من خلال {repository}. نحن {community}. يمكنك أن ترى ما {working}.",
619+
"repository": "مستودع {openverse} {github}",
621620
"community": "نرحب بمساهمة المجتمع",
622621
"working": "نحن نعمل حاليا على"
623622
},
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

packages/eslint-plugin/src/configs/vue.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export = {
9090
"Flickr",
9191
"Openverse",
9292
"WordPress",
93+
"GitHub",
9394
"openverse@wordpress.org",
9495
],
9596
},

0 commit comments

Comments
 (0)