Hi there 👋! Today I downloaded your plugin and noticed that the plugin's default language is Portuguese. I assume this was not intended (Sorry Portuguese people). I'm on MacOS (en_us) and my KiCad's language settings are set to 'Default'. I found out that the lang variable in the getstr function is None, which somehow causes the function to retrieve the Portuguese labels. To fix this I have made sure that lang is set to 'default' if it is None.
Hi there 👋! Today I downloaded your plugin and noticed that the plugin's default language is Portuguese. I assume this was not intended (Sorry Portuguese people). I'm on MacOS (en_us) and my KiCad's language settings are set to 'Default'. I found out that the
lang
variable in thegetstr
function isNone
, which somehow causes the function to retrieve the Portuguese labels. To fix this I have made sure thatlang
is set to'default'
if it isNone
.