mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 09:58:03 +02:00
Bluetooth / BluetoothRadio: keeps the brand name in Latin script in Russian keys
This commit is contained in:
@@ -165,7 +165,7 @@ FFModuleBaseInfo ffBluetoothModuleInfo = {
|
||||
.ko = "블루투스",
|
||||
.pl = "Bluetooth",
|
||||
.pt = "Bluetooth",
|
||||
.ru = "Блютуз",
|
||||
.ru = "Bluetooth",
|
||||
.zh_CN = "蓝牙",
|
||||
.zh_TW = "藍牙",
|
||||
},
|
||||
|
||||
@@ -202,7 +202,7 @@ FFModuleBaseInfo ffBluetoothRadioModuleInfo = {
|
||||
.ko = "블루투스 어댑터",
|
||||
.pl = "Adapter Bluetooth",
|
||||
.pt = "Adaptador Bluetooth",
|
||||
.ru = "Блютуз-адаптер",
|
||||
.ru = "Bluetooth-адаптер",
|
||||
.zh_CN = "蓝牙适配器",
|
||||
.zh_TW = "藍牙配接器",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user