mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Merge pull request #829 from McGiverGim/bf-add_language_info_readme_linux
Add language parameter info to README
This commit is contained in:
commit
1fe391a024
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ You can also use multiple platforms e.g. `gulp <taskname> --osx64 --linux64`.
|
|||
|
||||
Betaflight Configurator has been translated to several languages. The application will be shown in your system language if a translation into this language is available. You can help [translating the application into your language](http://betaflight.oneskyapp.com).
|
||||
|
||||
If you prefer to have the application in english, you can execute the program from the command line with the parameter `--lang=en` or you can create a script or a shortcut with this parameter included.
|
||||
If you prefer to have the application in english, you can execute the program from the command line adding a parameter `--lang=en` (for Windows systems) or adding a `LANGUAGE=en` before the name of the program (for Linux systems, for example `LANGUAGE=en ./betaflight-configurator`). You can create a script or a shortcut with this parameter included.
|
||||
|
||||
## Notes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue