betaflight-configurator
betaflight-configurator copied to clipboard
Translate multiple select drop down
Use locale setup in multiple-select addon
#3583 will have same need for solution like this PR BUT giving an "Uncaught TypeError: Cannot read properties of undefined (reading 'locales')"
Made an issue https://github.com/wenzhixin/multiple-select/issues/618 to get help
NOT READY TO MERGE
Do you want to test this code? Here you have an automated build: Betaflight-Configurator-Android Betaflight-Configurator-Linux Betaflight-Configurator-macOS Betaflight-Configurator-Windows WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!
Do you want to test this code? Here you have an automated build: Betaflight-Configurator-Android Betaflight-Configurator-Linux Betaflight-Configurator-macOS Betaflight-Configurator-Windows WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!
Do you want to test this code? Here you have an automated build: Betaflight-Configurator-Android Betaflight-Configurator-Linux Betaflight-Configurator-macOS Betaflight-Configurator-Windows WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Do you want to test this code? Here you have an automated build: Betaflight-Configurator-Android Betaflight-Configurator-Linux Betaflight-Configurator-macOS Betaflight-Configurator-Windows WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!
@HThuren alternatively, you could take a look at an ms-select fork that I created mutiple-select-vanilla. The locales are working fine with imports. I created the fork mainly because I wanted to drop jQuery and also added a few more options. However this would require some code refactoring from your part, it might still be worth it though. Cheers
@HThuren alternatively, you could take a look at an ms-select fork that I created mutiple-select-vanilla. The locales are working fine with imports. I created the fork mainly because I wanted to drop jQuery and also added a few more options. However this would require some code refactoring from your part, it might still be worth it though. Cheers
@ghiscoding thank you, I'll will look into your solution :-)