- 14 Jan, 2016 2 commits
-
-
Matthew Taylor authored
1. changes intl filenames to `[view].intl.js` 2. Move nav/footer rendering to `render.jsx` 3. Set locale cookie before submitting language change form Thanks @thisandagain !
-
Matthew Taylor authored
-
- 08 Jan, 2016 1 commit
-
-
Matthew Taylor authored
This reverts commit 214430b0.
-
- 07 Jan, 2016 3 commits
-
-
Matthew Taylor authored
This moves all locale/translation building to a dependency, `scratch-www-intl-loader`, as well as tests associated with it. Also gets rid of the `make translations` step.
-
Matthew Taylor authored
thanks @rschamp!
-
Matthew Taylor authored
Handle localization and string loading in views only. Components should just of default text, but not the actual text for the page itself – all text handling should be at the view level.
-
- 06 Jan, 2016 4 commits
-
-
Matthew Taylor authored
-
Matthew Taylor authored
express's default is to do a "weak" etag (only looks for semantic changes, not byte-level), which might be partially responsible for not having updates to our files in browsers happen as soon as we deploy. Try strong instead.
-
Matthew Taylor authored
Render footer and nav on each view directly instead of globally in a separate bundle
-
Matthew Taylor authored
1. Load locale strings into `window._messages` in a separate file added to `template.html`, which contains view-specific and general strings 2. Update build-locales to compile separate files
-
- 23 Dec, 2015 1 commit
-
-
Andrew Sliwinski authored
Open source docs
-
- 16 Dec, 2015 6 commits
-
-
Matthew Taylor authored
Thanks @thisandagain!
-
Matthew Taylor authored
Fix gh293 – Add custom languages explicitly
-
Matthew Taylor authored
ht @rschamp, thanks!
-
Matthew Taylor authored
So that it's only done once.
-
Matthew Taylor authored
This reverts commit 4f541b88.
-
Matthew Taylor authored
So it can be loaded ahead of time and cached. Also remove the json since it's being loaded outside of react now, and put it into the js file directly.
-
- 15 Dec, 2015 4 commits
-
-
Matthew Taylor authored
-
Matthew Taylor authored
-
Matthew Taylor authored
Fix gh-263: Set width in viewport tag to desktop width
-
Matthew Taylor authored
Desktop width retrieved from `_frameless`
-
- 11 Dec, 2015 1 commit
-
-
Ray Schamp authored
Support redirect responses from API calls
-
- 10 Dec, 2015 2 commits
-
-
Ray Schamp authored
-
Matthew Taylor authored
Some translations cleanup [develop]
-
- 09 Dec, 2015 4 commits
-
-
Matthew Taylor authored
A couple missing translations
-
Andrew Sliwinski authored
Change 'View All' link in news component to direct towards forums
-
Matthew Taylor authored
Update translations dependency repo (for develop branch)
-
Matthew Taylor authored
This reverts commit a09c37fe.
-
- 08 Dec, 2015 11 commits
-
-
Matthew Taylor authored
I forgot that I had a PR opened to do this, my bad.
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
Migrate - About View
-
Andrew Sliwinski authored
Migrate - Credits View
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
Fix gh-265: Default to msgid string if no localization found
-
Matthew Taylor authored
-
Matthew Taylor authored
1. note on installing node/npm before getting started 2. note emphasizing that default setup means pointing to real data on the Scratch website.
-
Matthew Taylor authored
This is also the homepage of the wiki.
-
Matthew Taylor authored
-
- 04 Dec, 2015 1 commit
-
-
Matthew Taylor authored
Rename `PROXY_HOST` to `FALLBACK`
-