-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit 9ffe1e2
Do not translate labels of 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
Also there is no way for 3rd party boards developers to actually provide
a translation, so let's just remove them.1 parent 55fa3f5 commit 9ffe1e2
2 files changed
+11
-12
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 | + | ||
1485 | 1494 |
| |
1486 | 1495 |
| |
1487 | 1496 |
| |
1488 | 1497 |
| |
1489 | 1498 |
| |
1490 | - | ||
1491 | - | ||
1492 | - | ||
1493 | - | ||
1494 | - | ||
1495 | - | ||
1496 | - | ||
1499 | + | ||
1497 | 1500 |
| |
1498 | 1501 |
| |
1499 | 1502 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | - | ||
110 | - | ||
111 | - | ||
112 | - | ||
113 | 109 |
| |
114 | 110 |
| |
115 | 111 |
| |
|
0 commit comments