Bluetooth / BluetoothRadio: keeps the brand name in Latin script in Russian keys

This commit is contained in:
Wehrwolfmann
2026-08-16 17:45:24 +02:00
committed by Carter Li
parent 7fbd06a135
commit 9ff7969acf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ FFModuleBaseInfo ffBluetoothModuleInfo = {
.ko = "블루투스",
.pl = "Bluetooth",
.pt = "Bluetooth",
.ru = "Блютуз",
.ru = "Bluetooth",
.zh_CN = "蓝牙",
.zh_TW = "藍牙",
},
+1 -1
View File
@@ -202,7 +202,7 @@ FFModuleBaseInfo ffBluetoothRadioModuleInfo = {
.ko = "블루투스 어댑터",
.pl = "Adapter Bluetooth",
.pt = "Adaptador Bluetooth",
.ru = "Блютуз-адаптер",
.ru = "Bluetooth-адаптер",
.zh_CN = "蓝牙适配器",
.zh_TW = "藍牙配接器",
},