@scml/mod-i18n-twee-replacer

TypeScript type definitions for i18n Twee replacer, merging i18n translations into Twee content.

Installation

npm
yarn
pnpm
bun
deno
npm install -D @scml/mod-i18n-twee-replacer

Quick Start

Add type reference

/// <reference types="@scml/mod-i18n-twee-replacer" />

Use global instance

modI18nTweeList is mounted on window.

Global Types global

PropertyTypeDescription
modI18nTweeListI18nTweeListi18n Twee replacer instance

Subpath Exports

SubpathDescription
.Main entry
./I18nTweeReplacerMain class
./CustomReadonlyMapHelperHelper types

API Reference

I18nTweeReplacer class

Addon class that replaces Twee text with translated content.

Type Definition Source

INFO