Eartrumpet: Missing localization string

Created on 22 Aug 2020  路  3Comments  路  Source: File-New-Project/EarTrumpet

I'm testing the czech localization I made and noticed there's a string that's not localized and is not just a _dev thing_:

screenshot

windows-bug

All 3 comments

Testing on a Czech (cs-CZ, 1029) system.

[Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") | Out-Null
$Converter = New-Object Windows.Forms.KeysConverter
$Converter.ConvertToString($Null, [System.Globalization.CultureInfo]::CurrentUICulture, [Windows.Forms.Keys]::None)

None

Do you have an example where keys are localized?

Doesn't look like keys are localized in Windows
image

Perhaps None should be treated as a special case. Will consider that, though adding new strings to the app requires a round of tedious localization.

@riverar Wouldn't think it's not localized in Windows itself 馃槷 It's just minor issue so maybe the special case for None can be added when new strings are added later?

Was this page helpful?
0 / 5 - 0 ratings