From 240cf2113fb1cdff33030f870f51148a1b9db5eb Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Sat, 16 Dec 2017 11:27:35 +0100 Subject: [PATCH] Add help with translations Add info with how to help with the translations in the start page of the application and in the readme.md of the project. --- README.md | 6 ++++++ _locales/en/messages.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46faf7ce..69ca48af 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ If no platform is provided, all the platforms will be done in sequence. You can also use multiple platforms e.g. `gulp --osx64 --linux64`. +## Languages + +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. + ## Notes ### WebGL diff --git a/_locales/en/messages.json b/_locales/en/messages.json index cfb67255..9ad9f4f8 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -292,7 +292,7 @@ "message": "Contributing" }, "defaultContributingText": { - "message": "If you would like to help make Betaflight even better you can help in many ways, including:
" + "message": "If you would like to help make Betaflight even better you can help in many ways, including:
" }, "defaultChangelogHead": { "message": "Configurator - Changelog"