@fluid-topics/ft-i18n
TypeScript icon, indicating that this package has built-in type declarations

1.1.117 • Public • Published

A string localization component.

Install

npm install @fluid-topics/ft-i18n
yarn add @fluid-topics/ft-i18n

Usage

import { html } from "lit"
import "@fluid-topics/ft-app-context"
import "@fluid-topics/ft-i18n"

function render() {
    return html` 
        <ft-app-context 
            baseUrl="https://ft-tenant.com"
            apiIntegrationIdentifier="my-ft-tenant-integration"
        ></ft-app-context> 
        <ft-i18n context="i18Context" key="helloWorld"></ft-i18n> 
    `
}

Readme

Keywords

Package Sidebar

Install

npm i @fluid-topics/ft-i18n

Weekly Downloads

612

Version

1.1.117

License

ISC

Unpacked Size

345 kB

Total Files

20

Last publish

Collaborators

  • antidot
  • mike.antidot