You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .changeset/beige-dots-refuse.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,4 @@
18
18
- Added ability to specify transform patterns and functions for arbitrary modification of the translation string.
19
19
- 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.
20
20
- 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