0.1.4 • Published 2 years ago

@kll_/translate v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Translate Plugin

The TranslatePlugin is an example of a KLL plugin that provides dynamic translation capabilities.

Usage:

import { TranslatePlugin } from 'path-to-plugins/TranslatePlugin';

// Translation data
const translations = { /* ...translation data... */ };

// Add to KLL instance
const app = new KLL({
  /* ...config... */,
  plugins: [kll => new TranslatePlugin(kll, translations)]
});`
0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago