vocab
vocab copied to clipboard
Version Packages
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
[email protected]
Major Changes
@vocab/[email protected]
Patch Changes
- Updated dependencies [
dad4649
]:- @vocab/[email protected]
@vocab/[email protected]
Patch Changes
-
#272
dad4649
Thanks @adenj! - Fix translation issue caused by mismatched Phrase locale identifiers.Previous behaviour meant that translations were pushed using the locale name in Phrase, but Vocab was retrieving translations by locale code. Phrase locale codes and locale names are not always aligned. This would lead to Vocab searching for translations by code rather than name, often resulting in missing translations.
Vocab now consistently pushes and pulls translations using Phrase’s locale name, regardless of the locale code set in Phrase.