Skip to content

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

Merged
dziraf merged 2 commits intomasterfrom
fix/move-bool-select-translation-to-labels
Jan 23, 2024
Merged

fix: move bool/select value translations to labels#1609
dziraf merged 2 commits intomasterfrom
fix/move-bool-select-translation-to-labels

Conversation

@dziraf
Copy link
Copy Markdown
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
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))
@github-actions
Copy link
Copy Markdown

🎉 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