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
<Phrase> — React component wrapping the base SDK's vanilla Phrase rich-text handler. Keeps a markup-bearing run as ONE translatable phrase (so a count variable stays next to the noun it pluralizes), encoding inline markup as neutral tokens and reconstituting the real framework-owned elements at render. Props: category?, params?, tag? (default span), className?, children. Brings the React SDK to parity with langsys-js-svelte.
<DontTranslate> — marks a region as never-translated (renders translate="no" + data-ls-dont-translate), preserved verbatim. Props: tag? (default span), className?, children.