소스 검색

ref: changeset

Sv443 3 달 전
부모
커밋
c5e08cf694
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .changeset/beige-dots-refuse.md

+ 1 - 0
.changeset/beige-dots-refuse.md

@@ -18,3 +18,4 @@
 - Added ability to specify transform patterns and functions for arbitrary modification of the translation string.
   - 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.
 - Added TS type `TrKeys<T>` for extracting the keys of a translation object (both flat and nested).
+- Fixed bug with resolving translations for flat objects.