handlebars-i18n icon indicating copy to clipboard operation
handlebars-i18n copied to clipboard

handlebars-i18next.js adds the internationalization features of i18next and Intl to handlebars.js

Results 6 handlebars-i18n issues
Sort by recently updated
recently updated
newest added

I am getting 'undefined' for the text when checked inside storybook. And it throws 'Missing helper: "__" ' error when I try to run the local dev server ? I...

Thanks for the amazing module. Maybe the readme makes more sense for people who are already using handlebars, but I am looking to implement it in products to make use...

I would be interested in contributing this, although it would be cool if the image was rebuilt as part of your CI process (https://docs.github.com/en/actions/publishing-packages/publishing-docker-images) so feel free to message me...

Getting following error when https://github.com/Aller-Couleur/handlebars-i18n/blob/master/examples/browser-example/index.html is used with webpack application ``` Html Webpack Plugin: Error: Child compilation failed: Module build failed (from ./node_modules/handlebars-loader/index.js): Error: Parse error on line 137: ...img/{{#if...

Suppose if i have an handle bar template file (.hbs), then how i can substitute my translated variables in that directly rather than using 'template' variable and specifying my html...

Let's say, I have the two keys ok and not_ok that are used as state: `{ a: { state: 'ok' }, b: { state: 'ok } }` But it has...