-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
foopsss
wants to merge
3
commits into
manuelernestog:main
Choose a base branch
from
foopsss:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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 [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. | ||
|
||
Read [Contributing.md](/CONTRIBUTING.md) for more information. | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.