Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move bool/select value translations to labels #1609

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

dziraf
Copy link
Contributor

@dziraf dziraf commented Jan 23, 2024

active: 'Użytkownik aktywny?',
'active.true': 'Tak',
'active.false': 'Nie'

was changed to

active: {
  true: 'Tak',
  false: 'Nie'
}

by i18n, so we must separate keys.

@dziraf dziraf merged commit 8f4e2f2 into master Jan 23, 2024
8 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 23, 2024
## [7.5.7](v7.5.6...v7.5.7) (2024-01-23)

### Bug Fixes

* move bool/select value translations to labels ([#1609](#1609)) ([8f4e2f2](8f4e2f2))
Copy link

🎉 This PR is included in version 7.5.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants