opral / inlang-message-sdk

0 stars 0 forks source link

CreateMessageBundle and related utilities #64

Closed jldec closed 1 month ago

jldec commented 1 month ago

MESDK-103

Context

App devs need utility functions to work with the v2 MessageBundle and related types which were introduced in

https://github.com/opral/monorepo/pull/2700

The first of these for testing purposes would be createMessageBundle() analogous to the current createMessage().

Proposal

Add these utility functions under v2/ for now.
Propose and discuss function signatures in the PR.