Max Mykhailenko

Results 62 comments of Max Mykhailenko

@kahole Thank you, for the fast solution, it's awesome!

Where I can find example how to use it with SSR sreaming? (or why PR was merged?)

We should think about better native html syntax support. Possible changes will looks like https://github.com/sublimehq/Packages/blob/1329d7b76bb48ccfc6f587bd7d922efac25809a1/PHP/PHP%20Source.sublime-syntax#L87-L103

I will try to combine current loader with external solution http://i18next.com/pages/doc_features.html

@ronkorving It will be available on this weekends. Only small improvements left.

@ronkorving Yes. Webpack generate bundle for each language using i18next-node. Static text already replaced completely as in current plugin but with additional i18next options. Plurals we must left as expression...

@martyphee simple language bundles generation done, plurals must work only dynamic with i18next module. At this point I stop development of this feature. I can create gist with example

Sorry for delay https://gist.github.com/max-mykhailenko/64ce006f9febe4f0dbe6

@karlhorky Actually I don't understand how I can combine `json` generating and webpack building process. Maybe it's loader for files `.php .twig .js` and than using `I18nPlugin`. I will appreciate...

Source file https://github.com/max-mykhailenko/react-pure-modal/blob/master/src/react-pure-modal.js TernJS config file https://github.com/max-mykhailenko/react-pure-modal/blob/master/.tern-project Cursor position right on `handleEsc` method