diff --git a/README.md b/README.md index eed4535..9896381 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule yo ## Sponsors -WeekToDo is an GPL-licensed open source project with its ongoing development made possible entirely by users support and sponsors. If you'd like to join them, please consider [ sponsoring WeekToDo's development](https://weektodo.me/sponsor-us/) or [make the donation](https://weektodo.me/support-us/) you can. +WeekToDo is a GPL-licensed open source project, with its ongoing development being made possible entirely by users and sponsors. If you'd like to join them, please consider [sponsoring WeekToDo's development](https://weektodo.me/sponsor-us/) or [making a donation](https://weektodo.me/support-us/) if you can.

Diamond Sponsors

@@ -80,12 +80,12 @@ WeekToDo is an GPL-licensed open source project with its ongoing development mad Snapd can be installed from the command line: -```bash +``` sudo apt update sudo apt install snapd ``` To install WeekToDo, simply use the following command: -```bash +``` sudo snap install weektodo ``` @@ -131,17 +131,17 @@ https://weektodo.me/support-us ### Translations -Currently the system is developed in multiple languages, you can send me a correction of any error or you can add your language if it's not available. +The system is currently developed in multiple languages, and you can send me a pull request to fix any error you spot or to add a language that's not available. -You can find the base file with all the used words in english [here](src/assets/languages/en.json/) +You can find the base file with all the words used in english [here](src/assets/languages/en.json/). -For add a new language Fork the repo and create a Pull Request creating a new file of the `translations/en.json` and name he file acording the [language code](https://gist.github.com/Josantonius/b455e315bc7f790d14b136d61d9ae469). +To add a new language, fork the repo and create a pull request that adds a translation file (like `translations/en.json`), which should be named accordingly using one of the language codes available [here](https://gist.github.com/Josantonius/b455e315bc7f790d14b136d61d9ae469). -If this is to dificult, you can donwload this [file](src/assets/languages/en.json/), translate it and send the file to the email contact@weektodo.me +If this is too dificult, you can download this [file](src/assets/languages/en.json/), translate it and send it to the following e-mail address: contact@weektodo.me ## Contributing -Weektodo is open-source. Pull requests and contributions are welcome! There are three ways to contribute: grab a [bug report](https://github.com/manuelernestog/issues?q=is%3Aopen+is%3Aissue+label%3Abug) or [feature suggestion](https://github.com/manuelernestog/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) that has been marked `accepted` and dig in. +WeekToDo is open-source. Pull requests and contributions are welcome! There are three ways to contribute: fill a [bug report](https://github.com/manuelernestog/issues?q=is%3Aopen+is%3Aissue+label%3Abug), [suggest a feature](https://github.com/manuelernestog/weektodo/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) or search for feature requests that have been marked as `accepted` and dig in. Read [Contributing.md](/CONTRIBUTING.md) for more information.