tolgee 1.0.0 tolgee: ^1.0.0 copied to clipboard
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.