Skip to content

API > wxt/i18n > UntypedExtensionI18n

Interface: UntypedExtensionI18n

Contents

Methods

t()

t(key, substitutions?): string

Parameters

key: string

substitutions?: string[]

Source

src/i18n/client.ts:67


tp()

tp(key, count, substitutions?): string

Parameters

key: string

count: number

substitutions?: string[]

Source

src/i18n/client.ts:68


Generated using typedoc-plugin-markdown and TypeDoc