mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-12 00:00:47 -04:00
Add the same locales that OnionShare is translated into
This commit is contained in:
parent
84fc623e99
commit
5e8a64cb7c
220 changed files with 39919 additions and 1 deletions
|
@ -16,7 +16,15 @@ make html
|
|||
|
||||
Then open `docs/build/html/index.html` in a browser to see it.
|
||||
|
||||
To prepare translations:
|
||||
To update all of the translations and build all the html, run:
|
||||
|
||||
```sh
|
||||
./build.sh
|
||||
```
|
||||
|
||||
You will end up with the documentation in all supported locales in `docs/localized_html`.
|
||||
|
||||
Here's how preparing translations works:
|
||||
|
||||
```sh
|
||||
# Generate .po files in build/gettext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue