Skip to content

Commit

Permalink
Changes the copy on how to add yourself as a member
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomba committed Oct 16, 2024
1 parent f518563 commit a5f781d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
12 changes: 2 additions & 10 deletions src/components/People.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ const t = useTranslations(lang);
</div>

<div class="is-size-7 is-italic">
<span><Fragment set:html={t("people.question")}/></span>
<div class="content mt-2">
<ul>
<li>{t("people.name")}</li>
<li>{t("people.photo")}</li>
<li>{t("people.description")}</li>
<li>{t("people.socials")}</li>
<li>{t("people.website")}</li>
</ul>
</div>
<p><strong>{t("people.question")}</strong></p>
<p><Fragment set:html={t("people.answer")}/></p>
</div>
20 changes: 6 additions & 14 deletions src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ export const ui = {
sponsors: "Sponsored by",
"sponsors.thanks": "Thanks our sponsors!",
"sponsors.event.thanks": "Thanks to this events sponsors!",
"people.question":
"Can't see your name here? Send an email to <a href='mailto:[email protected]?subject=Please add me to members list'>ecomba</a> with the following details:",
"people.name": "Your name",
"people.photo": "A photo (square if possible) of yourself",
"people.description": "A short description about yourself",
"people.socials": "A link to your social media profile (optional)",
"people.website": "A link to your website (optional)",
"people.question": "Can't see your name in the list?",
"people.answer":
"Send a PR to <a href='https://github.com/valenciarb/valenciarb.github.io/' target='_blank'>valenciarb.github.io</a> with your information (for more details read the <a href='https://github.com/valenciarb/valenciarb.github.io/blob/main/README.md#%EF%B8%8F%EF%B8%8F-adding-a-new-members' target='_blank'>README</a>).",
at: "at",
},
es: {
Expand All @@ -54,13 +50,9 @@ export const ui = {
sponsors: "Patrocinado por",
"sponsors.thanks": "¡Agradecimientos nuestros sponsors!",
"sponsors.event.thanks": "¡Agradecimientos a los sponsors de este evento!",
"people.question":
"¿No ves tu nombre aquí? Envía un correo electrónico a <a href='mailto:[email protected]?subject=Añademe a la lista de miembros, por favor!'>ecomba</a> con los siguientes detalles:",
"people.name": "Tu nombre",
"people.photo": "Una photo tuya (quadrada si es posible)",
"people.description": "Una frase sobre ti",
"people.socials": "Enlace a tu perfil en redes sociales",
"people.website": "Enlace a tu pagina web",
"people.question": "¿No ves tu nombre en la lista?",
"people.answer":
"Manda un PR a <a href='https://github.com/valenciarb/valenciarb.github.io/' target='_blank'>valenciarb.github.io</a> con tus datos (para mas información lee <a href='https://github.com/valenciarb/valenciarb.github.io/blob/main/README.md#%EF%B8%8F%EF%B8%8F-adding-a-new-members' target='_blank'>README</a>).",
at: "a las",
},
} as const;

0 comments on commit a5f781d

Please sign in to comment.