Automatically generate i18n javascript files for react-intl when the serve starts up.#642
Conversation
|
we want this pr to include i18n.rake Reviewed 3 of 3 files at r1. Comments from Reviewable |
|
@JasonYCHuang How's this PR going? |
|
@justin808 I am occupied recently, and will finish this during Xmas or New year holidays. |
fdff007 to
c367290
Compare
2 similar comments
|
@JasonYCHuang Looks potentially super amazing! We need updates to the docs and a CHANGELOG.md, as well as tests that demonstrate and verify locals_to_js.rb. This is really a huge addition to the project! 👏 🎉 Reviewed 2 of 5 files at r2. Comments from Reviewable |
|
No problem, will update it later. Review status: 2 of 5 files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
d2188f1 to
95d8a08
Compare
1 similar comment
ffacf2c to
2870647
Compare
2 similar comments
|
Update Readme, changelog, and add test Review status: 2 of 8 files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
… time. (#340) Demonstrates use of i18n (internationalization) with React on Rails. Docs: https://github.com/shakacode/react_on_rails/blob/master/docs/basics/i18n.md Relevant PRs from React on Rails: * shakacode/react_on_rails#642 * shakacode/react_on_rails#717
… time. (#340) Demonstrates use of i18n (internationalization) with React on Rails. Docs: https://github.com/shakacode/react_on_rails/blob/master/docs/basics/i18n.md Relevant PRs from React on Rails: * shakacode/react_on_rails#642 * shakacode/react_on_rails#717
… time. (#340) Demonstrates use of i18n (internationalization) with React on Rails. Docs: https://github.com/shakacode/react_on_rails/blob/master/docs/basics/i18n.md Relevant PRs from React on Rails: * shakacode/react_on_rails#642 * shakacode/react_on_rails#717
This PR is for shakacode/react-webpack-rails-tutorial#340
We need i18n_dir & default_locale in ReactOnRails configuration.
This change is