Skip to content

Commit 9769b80

Browse files
committed
chore: remove about.team.governance from json file and add about.team.sponsor_aria to sponsor anchor
1 parent 85439ec commit 9769b80

File tree

8 files changed

+1
-9
lines changed

8 files changed

+1
-9
lines changed

app/pages/about.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ function onMouseLeave() {
446446
<a
447447
v-if="activeContributor.sponsors_url"
448448
:href="activeContributor.sponsors_url"
449+
:aria-label="$t('about.team.sponsor_aria', { name: activeContributor.login })"
449450
target="_blank"
450451
rel="noopener noreferrer"
451452
class="flex items-center gap-1 rounded border border-purple-700/30 bg-purple-700/5 text-purple-700 dark:border-purple-300/30 dark:bg-purple-300/5 dark:text-purple-300 px-2 py-0.5 text-4xs font-bold uppercase tracking-wider transition-colors hover:bg-purple-700/15 dark:hover:bg-purple-300/15"

i18n/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@
823823
},
824824
"team": {
825825
"title": "Team",
826-
"governance": "Governance",
827826
"role_steward": "steward",
828827
"role_maintainer": "maintainer",
829828
"sponsor": "sponsor",

i18n/locales/es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@
816816
},
817817
"team": {
818818
"title": "Equipo",
819-
"governance": "Gobernanza",
820819
"role_steward": "Administrador",
821820
"role_maintainer": "Mantenedor",
822821
"sponsor": "Patrocinar",

i18n/schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,9 +2473,6 @@
24732473
"title": {
24742474
"type": "string"
24752475
},
2476-
"governance": {
2477-
"type": "string"
2478-
},
24792476
"role_steward": {
24802477
"type": "string"
24812478
},

lunaria/files/en-GB.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@
822822
},
823823
"team": {
824824
"title": "Team",
825-
"governance": "Governance",
826825
"role_steward": "steward",
827826
"role_maintainer": "maintainer",
828827
"sponsor": "sponsor",

lunaria/files/en-US.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@
822822
},
823823
"team": {
824824
"title": "Team",
825-
"governance": "Governance",
826825
"role_steward": "steward",
827826
"role_maintainer": "maintainer",
828827
"sponsor": "sponsor",

lunaria/files/es-419.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@
815815
},
816816
"team": {
817817
"title": "Equipo",
818-
"governance": "Gobernanza",
819818
"role_steward": "Administrador",
820819
"role_maintainer": "Mantenedor",
821820
"sponsor": "Patrocinar",

lunaria/files/es-ES.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@
815815
},
816816
"team": {
817817
"title": "Equipo",
818-
"governance": "Gobernanza",
819818
"role_steward": "Administrador",
820819
"role_maintainer": "Mantenedor",
821820
"sponsor": "Patrocinar",

0 commit comments

Comments
 (0)