Skip to content

Add Polish (pl) localization#125

Open
MzdrowY wants to merge 1 commit into
momenbasel:mainfrom
MzdrowY:main
Open

Add Polish (pl) localization#125
MzdrowY wants to merge 1 commit into
momenbasel:mainfrom
MzdrowY:main

Conversation

@MzdrowY

@MzdrowY MzdrowY commented Jun 29, 2026

Copy link
Copy Markdown

What

Added full Polish language support (320+ strings translated).

Changes

  • pl.lproj/Localizable.strings — complete Polish translation
  • AppLanguage.swift — added case polish = "pl" to the language enum
  • project.pbxproj — added pl to knownRegions and VariantGroup
  • All existing localization files — added "Polish" = "Polish"; for key parity

Verification

  • All keys match English (verified via regex comparison)
  • Language picker in Settings now includes "Polish" / "Polski"
  • Test suite should pass — LocalizationFilesTests auto-discovers all .lproj directories

Translated by Maciej Zdrowowicz (MzdrowY).

- Added pl.lproj/Localizable.strings with full Polish translation (322 keys)
- Added Polish to AppLanguage enum (case polish)
- Added pl to knownRegions and VariantGroup in project.pbxproj
- Added Polish = Polish to all existing localization files for key parity
- Language picker now includes Polski as an option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant