DEVX-47: Add Polish as officially supported language #71

Merged
emil merged 0 commits from DEVX-47-add-polish-language into master 2026-06-24 23:04:21 +00:00
Owner

Summary

Add Polish (pl) as the 6th officially supported language in devx.

Changes

Code:

  • src/devx/i18n.py: Add "pl" to supported languages tuple
  • src/devx/ci/check_translations.py: Add "pl" to SUPPORTED_LANGS (now 6 languages)
  • Update docstring: "5 supported" → "6 supported"

Translations:

  • src/devx/translations.json: Add Polish translations for all 180 keys

Docs:

  • README.md: Update i18n feature description, DEVX_LANG env var, file tree comment
  • docs/index.md: Same updates
  • docs/tech/architecture.md: Update file tree comment
  • docs/user/cli-commands.md: Update check-translations description ("five" → "six")

Tests:

  • Update test fixtures to include "pl" in all translation test data
  • Add test_polish_translation test case verifying DEVX_LANG=pl works

Closes DEVX-47

## Summary Add Polish (pl) as the 6th officially supported language in devx. ### Changes **Code:** - `src/devx/i18n.py`: Add `"pl"` to supported languages tuple - `src/devx/ci/check_translations.py`: Add `"pl"` to `SUPPORTED_LANGS` (now 6 languages) - Update docstring: "5 supported" → "6 supported" **Translations:** - `src/devx/translations.json`: Add Polish translations for all 180 keys **Docs:** - `README.md`: Update i18n feature description, DEVX_LANG env var, file tree comment - `docs/index.md`: Same updates - `docs/tech/architecture.md`: Update file tree comment - `docs/user/cli-commands.md`: Update check-translations description ("five" → "six") **Tests:** - Update test fixtures to include `"pl"` in all translation test data - Add `test_polish_translation` test case verifying `DEVX_LANG=pl` works Closes DEVX-47
emil force-pushed DEVX-47-add-polish-language from a987b63da7 to 7a96034980 2026-06-24 23:00:29 +00:00 Compare
emil force-pushed DEVX-47-add-polish-language from 7a96034980 to 03c132b812 2026-06-24 23:00:51 +00:00 Compare
emil reviewed 2026-06-24 23:01:31 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil force-pushed DEVX-47-add-polish-language from 03c132b812 to f0b68cbbbc 2026-06-24 23:02:30 +00:00 Compare
emil reviewed 2026-06-24 23:03:34 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit b4350751f1 into master 2026-06-24 23:04:21 +00:00
emil deleted branch DEVX-47-add-polish-language 2026-06-24 23:04:22 +00:00
Sign in to join this conversation.