Skip to content

Update Polish GUI translation to fix file filters

KiCad Bot requested to merge 5.0-296 into 5.0

Created by: ghost

This updated translation fixes problem with wrong file filters in file open dialogs. KiCad now use string concatenation to manage file extensions filters. Previous translation uses fixed extensions, so internal code create wrong (doubled, for ex. ".liblib") extensions.

Fix for https://bugs.launchpad.net/kicad/+bug/1783508

Merge request reports