Skip to content

Commit

Permalink
feat: added strings for website (#7372)
Browse files Browse the repository at this point in the history
* feat: added strings for website

Presence Developer
Presence Developers

* fix: change .roles to .headings
  • Loading branch information
veryCrunchy authored Dec 6, 2023
1 parent 36891b9 commit de2a3f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Website/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"description": "Heading for group of users.",
"message": "Supporters"
},
"contributors.headings.presenceDevelopers": {
"description": "Heading for group of users.",
"message": "Presence Developers"
},
"contributors.headings.translators": {
"description": "Heading for group of users.",
"message": "Translators"
Expand Down Expand Up @@ -50,6 +54,10 @@
"contributors.roles.contributor": {
"description": "'Contributor' title for contributors and user pages.",
"message": "Contributor"
},
"contributors.roles.presenceDeveloper": {
"description": "'Presence Developer' title for contributors and user pages.",
"message": "Presence Developer"
},
"contributors.roles.proofreader": {
"description": "'Proofreader' title for contributors and user pages.",
Expand Down

0 comments on commit de2a3f8

Please sign in to comment.