We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TargetMessage
MessageId
1 parent 07623ca commit b0bc25dCopy full SHA for b0bc25d
packages/localize/src/utils/src/messages.ts
@@ -33,11 +33,15 @@ export type SourceMessage = string;
33
* I.E. the message that indicates what will be translated to.
34
*
35
* Uses `{$placeholder-name}` to indicate a placeholder.
36
+ *
37
+ * @publicApi
38
*/
39
export type TargetMessage = string;
40
41
/**
42
* A string that uniquely identifies a message, to be used for matching translations.
43
44
45
46
export type MessageId = string;
47
0 commit comments