-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
11 deletions.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Donations | ||
|
||
If you like **Errands** and want to support it, you can send your donations here: | ||
- BTC | ||
``` | ||
14pPYfZohS61PyGyXJyiGQHDFai4JR2q9w | ||
``` | ||
- USDT | ||
``` | ||
TCQn85c3vrRR7yMAfJABZmCXBa7gQvUcX5 | ||
``` | ||
- TON | ||
``` | ||
UQBrhmho9259KsNZ8wYx6y_eeOwdcAo9aroOTRWRtnmcUmdr | ||
``` | ||
|
||
Thank you! | ||
|
||
Currently, due to some restrictions only cryptocurrency is supported. |
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Translation | ||
|
||
To translate Errands to your language you can use [Poedit]("https://flathub.org/ru/apps/net.poedit.Poedit") | ||
1. Fork and clone repo. | ||
2. Open Poedit. | ||
- Open `po/errands.pot` file. | ||
- Select your language and start translation. Remember to add your name and email in settings. | ||
- Save it in `po` directory. Turn off compilation to `.mo` files on save in settings. We dont need those. | ||
- Add your language in `po/LINGUAS` file separated by new line. | ||
3. Test if you translation works by running `./build-aux/run.sh`. | ||
5. Commit your changes and open a pull request. | ||
6. Watch for updates in the future to provide additional translations. |