Skip to content

Commit

Permalink
fix: add prettier status badge to README & clarify contributions page
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 13, 2024
1 parent 8e293f7 commit e1ab4a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A website linking to mods that can substitute Essential's features.

[![Prettier](https://github.com/blryface/notessential/actions/workflows/prettier.yml/badge.svg)](https://github.com/blryface/notessential/actions/workflows/prettier.yml)

## I want to help!

Review our contributing guidelines at [CONTRIBUTING.md](./CONTRIBUTING.md)
6 changes: 3 additions & 3 deletions i18n/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"alternatives": "Submitting Alternatives"
},
"subtitles": {
"translating": "To help translate NotEssential, please visit our Crowdin page. If your language is not listed, join our Discord server and request your language to be added in the #ne-general chat.",
"coding": "To assist in developing NotEssential, fork this repository and create a new branch to start off with. Then, checkout your branch locally and start coding.",
"alternatives": "Similar to above, fork this repository and create a new branch based off `main`. Then, checkout your branch locally and start coding."
"translating": "To help translate NotEssential, please visit our Crowdin page, listed below. If your language is not listed, join our Discord server and request your language to be added in the #ne-general chat.",
"coding": "To assist in developing NotEssential, fork the source repository and create a new branch to start off with. Then, checkout your branch locally and start coding.",
"alternatives": "Similar to above, fork the source repository and create a new branch based off `main`. Then, checkout your branch locally and start coding."
},
"guidelines": {
"translating": [
Expand Down

0 comments on commit e1ab4a3

Please sign in to comment.