We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
HI! In react.js I've this configuration:
componentDidMount() { let lang; if (i18n.language=='en') lang = 'en' else lang = 'lt' console.log(lang); let outdatedBrowser = require("exports-loader?outdatedBrowser!outdated-browser/outdatedbrowser/outdatedbrowser.js") outdatedBrowser({ bgColor: '#f25648', color: '#ffffff', lowerThan: 'borderImage', languagePath: `node_modules/outdatedbrowser/outdatedbrowser/lang/${lang}.html` }); }
But message is always in English, while the default lang is lt. I've even removed all files from lang directory but message is still in English...
lt
lang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
HI!
In react.js I've this configuration:
But message is always in English, while the default lang is
lt
. I've even removed all files fromlang
directory but message is still in English...The text was updated successfully, but these errors were encountered: