We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am interested with this plugin, I found example below but it is js-core version: https://github.com/translationexchange/tml-js/blob/master/samples/dom/public/index.html
is it the same approach? is it compatible with jade view?
The text was updated successfully, but these errors were encountered:
you can try this:
var TML = require('tml-express'); var tmlExpress = TML.init(config.tr8n || 'enter_your_token_here'); app.use(tmlExpress);
Sorry, something went wrong.
@DOMIKADO yes, it is compatible with EJS and Jade. I will post examples shortly.
No branches or pull requests
I am interested with this plugin, I found example below but it is js-core version:
https://github.com/translationexchange/tml-js/blob/master/samples/dom/public/index.html
is it the same approach? is it compatible with jade view?
The text was updated successfully, but these errors were encountered: