-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit 747ce01
Use un-translated labels to sort boards submenus
Otherwise it may happen some weird sorting when untraslated and
translated labels are sorted together:
Arduino megaAVR Boards
Arduino nRF52 Board
ESP32 Arduino
ESP8266 Modules
Schede Arduino AVR <-- the localized string falls to the bottom
all the Arduino boards should be packed together, so it's better to not
use localization at all while sorting. After this patch it will look like
Schede Arduino AVR
Arduino megaAVR Boards
Arduino nRF52 Board
ESP32 Arduino
ESP8266 Modules1 parent 55fa3f5 commit 747ce01
1 file changed
+19
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1481 | 1481 |
| |
1482 | 1482 |
| |
1483 | 1483 |
| |
1484 | - | ||
1484 | + | ||
1485 | + | ||
1486 | + | ||
1487 | + | ||
1488 | + | ||
1489 | + | ||
1490 | + | ||
1491 | + | ||
1492 | + | ||
1493 | + | ||
1494 | + | ||
1495 | + | ||
1496 | + | ||
1497 | + | ||
1498 | + | ||
1499 | + | ||
1500 | + | ||
1485 | 1501 |
| |
1486 | 1502 |
| |
1487 | 1503 |
| |
1488 | 1504 |
| |
1489 | 1505 |
| |
1490 | - | ||
1491 | - | ||
1492 | - | ||
1493 | - | ||
1494 | - | ||
1495 | - | ||
1496 | - | ||
1506 | + | ||
1497 | 1507 |
| |
1498 | 1508 |
| |
1499 | 1509 |
| |
| |||
1510 | 1520 |
| |
1511 | 1521 |
| |
1512 | 1522 |
| |
1513 | - | ||
1523 | + | ||
1514 | 1524 |
| |
1515 | 1525 |
| |
1516 | 1526 |
| |
|
0 commit comments