mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 03:46:21 -04:00
Merge branch 'develop' of https://github.com/a1346054/onionshare into a1346054-develop
This commit is contained in:
commit
a71a4f9baa
21 changed files with 41 additions and 41 deletions
|
@ -27,7 +27,7 @@ You will end up with the documentation in all supported locales in `docs/localiz
|
|||
Here's how preparing translations works:
|
||||
|
||||
```sh
|
||||
# Generate .po files in build/gettext
|
||||
# Generate .po files in build/gettext
|
||||
make gettext
|
||||
|
||||
# Create a new blank German locale in source/locale, based on .po files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=`cat ../cli/onionshare_cli/resources/version.txt`
|
||||
VERSION=$(cat ../cli/onionshare_cli/resources/version.txt)
|
||||
|
||||
# Supported locales
|
||||
LOCALES="en fi pl pt_BR ru tr uk"
|
||||
|
|
|
@ -16,7 +16,7 @@ languages = [
|
|||
("Русский", "ru"), # Russian
|
||||
# ("Español", "es"), # Spanish
|
||||
("Türkçe", "tr"), # Turkish
|
||||
("Українська", "uk"), # Ukranian
|
||||
("Українська", "uk"), # Ukrainian
|
||||
]
|
||||
|
||||
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.4.1"]
|
||||
|
|
|
@ -40,7 +40,7 @@ Verbose mode
|
|||
When developing, it's convenient to run OnionShare from a terminal and add the ``--verbose`` (or ``-v``) flag to the command.
|
||||
This prints a lot of helpful messages to the terminal, such as when certain objects are initialized, when events occur (like buttons clicked, settings saved or reloaded), and other debug info. For example::
|
||||
|
||||
$ $ poetry run onionshare-cli -v ~/Documents/roms/nes/Q-bert\ \(USA\).nes
|
||||
$ poetry run onionshare-cli -v ~/Documents/roms/nes/Q-bert\ \(USA\).nes
|
||||
╭───────────────────────────────────────────╮
|
||||
│ * ▄▄█████▄▄ * │
|
||||
│ ▄████▀▀▀████▄ * │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue