tolgee 1.0.0 copy "tolgee: ^1.0.0" to clipboard
tolgee: ^1.0.0 copied to clipboard

outdated

A starting point for Dart libraries or applications.

Dart wrapper for Tolgee localization framework

See full documentation at http://tolgee.io or more complex example here

Usage #

A simple usage example:

 var config = {
  'apiKey': "your api key here",
  'apiUrl': "https://app.tolgee.io",
  'targetElement': window.document.getElementsByTagName('body').first
};

var tolgee = Tolgee(config);
await tolgee.run();

querySelector('#output').text = await tolgee.translate('hello_world');

Features and bugs #

Please file feature requests and bugs at the issue tracker.

3
likes
0
pub points
60%
popularity

Publisher

verified publishertolgee.io

A starting point for Dart libraries or applications.

Homepage

License

unknown (license)

Dependencies

js

More

Packages that depend on tolgee