mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Allow setting UI language from commandline (implements #678)
This commit is contained in:
parent
a3f3e54eee
commit
72075edafb
2 changed files with 7 additions and 2 deletions
|
|
@ -197,6 +197,9 @@ bool AppInit2(int argc, char* argv[])
|
|||
" -connect=<ip> \t\t " + _("Connect only to the specified node") + "\n" +
|
||||
" -irc \t " + _("Find peers using internet relay chat (default: 0)") + "\n" +
|
||||
" -listen \t " + _("Accept connections from outside (default: 1)") + "\n" +
|
||||
#ifdef QT_GUI
|
||||
" -lang=<lang> \t\t " + _("Set language, for example \"de_DE\" (default: system locale)") + "\n" +
|
||||
#endif
|
||||
" -dnsseed \t " + _("Find peers using DNS lookup (default: 1)") + "\n" +
|
||||
" -banscore=<n> \t " + _("Threshold for disconnecting misbehaving peers (default: 100)") + "\n" +
|
||||
" -bantime=<n> \t " + _("Number of seconds to keep misbehaving peers from reconnecting (default: 86400)") + "\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue