You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling the option “Classic drive grouping”, the categories appear in English. Probably it's because the source code does not provide any options for Mexican Spanish:
{
MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN),
L"Unidades de disco duro",
L"Dispositivos con almacenamiento extraíble",
L"Otros",
L"Escáneres y cámaras",
L"Dispositivos multimedia portátiles",
L"Dispositivos portátiles"
},
I'm not sure if it would be enough with just adding a new item for SUBLANG_SPANISH_MEXICAN or if each country would require its own entry. Nevertheless, the European Spanish translation would work fine for me too.
This is my output of Get-WinSystemLocale in PowerShell:
LCID Name DisplayName
---- ---- -----------
13322 es-CL Español (Chile)
And Get-UICulture:
LCID Name DisplayName
---- ---- -----------
2058 es-MX Español (México)
The text was updated successfully, but these errors were encountered:
This is a small issue in mod “Aerexplorer” by @aubymori.
OS: Windows 10 IoT Enterprise LTSC (21H2)
UI language: Spanish (Mexico)
Locale: Spanish (Chile)
Windhawk v1.5.1
Aerexplorer 1.6.4
When enabling the option “Classic drive grouping”, the categories appear in English. Probably it's because the source code does not provide any options for Mexican Spanish:
I'm not sure if it would be enough with just adding a new item for
SUBLANG_SPANISH_MEXICAN
or if each country would require its own entry. Nevertheless, the European Spanish translation would work fine for me too.This is my output of
Get-WinSystemLocale
in PowerShell:And
Get-UICulture
:The text was updated successfully, but these errors were encountered: