Aleksey Litvinov
Aleksey Litvinov
*smirks* @d3viant0ne :)
Hi, I made a small attempt to implement the dynamic keys: https://github.com/webpack-contrib/i18n-webpack-plugin/pull/42 I would like to have someone to look at it.
Hi, the current version works only with the string literals as an argument [as you found earlier](https://github.com/webpack-contrib/i18n-webpack-plugin/blob/v1.0.0/src/index.js#L54) and skips other combinations (binary expressions and e.t.c.). Thats why the function call...
~~You should load necessary javascript bundle for the chosen language. The simple way is to make a html page for each locale and redirect to the necessary one via link.~~...
> Webpack parser runs "call fn" callback only when fn is not defined in the code (I'm not sure why). @ma2ciek looks like it's a current implementation of the webpack's...
@skipjack as far as I know the `i18n` plugin doesn't use the `name` option in its code. Since the example describes the two configurations (one for each language) I assume...
@skipjack looks like it was added in webpack version [3.4.0](https://github.com/webpack/webpack/releases/tag/v3.4.0) (just found the release note) and implemented in that commit https://github.com/webpack/webpack/commit/3c77b07212d827184e55d5b7a0c281bdca93706a The option can be used in case you have...
Hi, thank you for your interest! Actually, I was going to replace [mixin/StyleComponent.js](https://github.com/sullenor/teatime-components/blob/master/mixin/StyleComponent.js) with simple inheritance first and think about this issue after. As far as I know there are...
@floatdrop according to https://github.com/nodejs/LTS#lts-schedule Nodejs v0.8 and v0.10 are no longer supported. Do you still use it anywhere?
@floatdrop I updated `travis.yml`, so tests should pass for now.