Skip to content

Commit 4b0ab30

Browse files
committed
ref: changeset
1 parent 99d268d commit 4b0ab30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.changeset/beige-dots-refuse.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
- Added ability to specify transform patterns and functions for arbitrary modification of the translation string.
1919
- Added transform for template literal syntax (e.g. `${keyName}`) with `tr.addTransform(tr.transforms.templateLiteral)`. This transform supports positional argument injection, as well as named arguments via an object with the same keys as in the template literal pattern. See the documentation for more information and a code example.
2020
- Added TS type `TrKeys<T>` for extracting the keys of a translation object (both flat and nested).
21+
- Fixed bug with resolving translations for flat objects.

0 commit comments

Comments
 (0)