Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mejoras en la redacción del README #252

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 supported 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.

<p align="center">
<h3 align="center">Diamond Sponsors</h3>
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -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 [email protected]
If this is too dificult, you can donwload this [file](src/assets/languages/en.json/), translate it and send it to the following e-mail address: [email protected]

## 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 request that have been marked as `accepted` and dig in.
Copy link
Author

@foopsss foopsss Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hago un punto aparte en este cambio porque acá traté de "adivinar" cual era la intención del mensaje original, que habla de tres maneras de contribuir aunque en la práctica solo se mencionan dos. ¿Está bien así?

EDIT: no me di cuenta e inicié una reseña en el primer cambio, que aparece marcado como "desactualizado" porque luego hice otros cambios (entre ellos uno donde añadí la "s" que faltaba en "search for feature request"), aunque este sigue estando correcto.


Read [Contributing.md](/CONTRIBUTING.md) for more information.

Expand Down