Releases: seek-oss/vocab
[email protected]
@vocab/[email protected]
@vocab/[email protected]
Patch Changes
- Updated dependencies [
2e21978
]:- @vocab/[email protected]
@vocab/[email protected]
Patch Changes
- Updated dependencies [
2e21978
]:- @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.
-
Updated dependencies [
2e21978
]:- @vocab/[email protected]
@vocab/[email protected]
@vocab/[email protected]
Patch Changes
- Updated dependencies [
2e21978
,dad4649
]:- @vocab/[email protected]
- @vocab/[email protected]
@vocab/[email protected]
Patch Changes
-
#255
f0b80de
Thanks @jahredhope! - Update user-agent when calling Phrase to reference Vocab repository -
#254
17cc753
Thanks @jahredhope! - Fix forbidden errors when pushing translationsMigrate from
form-data
npm package to the native Node FormData class to ensure compatibility with the earlier move to native Fetch.Mixing the two was causing some consumers to receive 503 Forbidden errors when pushing translations to Phrase.
@vocab/[email protected]
Patch Changes
-
#254
17cc753
Thanks @jahredhope! - Remove unused dependency onform-data
npm package -
Updated dependencies [
f0b80de
,17cc753
]:- @vocab/[email protected]