Skip to content
New issue

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

[WIP] Use Crowdin translations for reactjs.org #873

Closed
wants to merge 40 commits into from

Commits on Nov 10, 2017

  1. Add translation download script

    Clement Hoang committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    19b8576 View commit details
    Browse the repository at this point in the history
  2. Merged master

    bvaughn committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    05ed572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f72e0d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    c97a8cb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Configuration menu
    Copy the full SHA
    ed5e326 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Update script to filter locales with certain progress thresholds and …

    …symlink them
    Clement Hoang committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    d426e71 View commit details
    Browse the repository at this point in the history
  2. Update download script to symlink downloaded translations

    Clement Hoang committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    0ac2387 View commit details
    Browse the repository at this point in the history
  3. Update cleanup script

    Clement Hoang committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    3801c2b View commit details
    Browse the repository at this point in the history
  4. Refactor crowdin download script

    Clement Hoang committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    5efa663 View commit details
    Browse the repository at this point in the history
  5. Make script runnable again

    Clement Hoang committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    aee9bdc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Change allowable language threshold to 50%

    Clement Hoang authored and Brian Vaughn committed May 10, 2018
    Configuration menu
    Copy the full SHA
    fc1d65c View commit details
    Browse the repository at this point in the history
  2. Add yarn script to download/symlink translations

    Clement Hoang authored and Brian Vaughn committed May 10, 2018
    Configuration menu
    Copy the full SHA
    06f68ce View commit details
    Browse the repository at this point in the history
  3. Prettier

    Brian Vaughn committed May 10, 2018
    Configuration menu
    Copy the full SHA
    4b6e332 View commit details
    Browse the repository at this point in the history
  4. Merged master

    Brian Vaughn committed May 10, 2018
    Configuration menu
    Copy the full SHA
    5f2ef48 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Configuration menu
    Copy the full SHA
    70b9bd5 View commit details
    Browse the repository at this point in the history
  2. Iterating on Crowdin scripts, Link, pages, etc

    Brian Vaughn committed May 11, 2018
    Configuration menu
    Copy the full SHA
    31381a8 View commit details
    Browse the repository at this point in the history
  3. Reorganized Crowdin folders for readability

    Brian Vaughn committed May 11, 2018
    Configuration menu
    Copy the full SHA
    40d6768 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Changing Crowdin symlink directory structure.

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    52a0f6a View commit details
    Browse the repository at this point in the history
  2. Improved some conditionals

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1fb5ffe View commit details
    Browse the repository at this point in the history
  3. Added en-US default symlink

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    ca3fd11 View commit details
    Browse the repository at this point in the history
  4. Variable typo

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a0f5689 View commit details
    Browse the repository at this point in the history
  5. Made language code parsing more robust

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    3737457 View commit details
    Browse the repository at this point in the history
  6. Updated crowdin/README.md

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    425af19 View commit details
    Browse the repository at this point in the history
  7. Fixed docs permalink redirects to be language-aware

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    926500e View commit details
    Browse the repository at this point in the history
  8. Added Node debug command to package.json for convenience

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    b0bd040 View commit details
    Browse the repository at this point in the history
  9. Fixed redirects (localized and not)

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    86f5126 View commit details
    Browse the repository at this point in the history
  10. Default redirect pages for English only

    Brian Vaughn committed May 15, 2018
    Configuration menu
    Copy the full SHA
    2c9d7df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e77586 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Added stub translations page

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    019447c View commit details
    Browse the repository at this point in the history
  2. Prettier and Flow fix

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    4086ea8 View commit details
    Browse the repository at this point in the history
  3. Updated ESLint ignore file

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    2cf08de View commit details
    Browse the repository at this point in the history
  4. Tidied up reqiure statements for Crowdin scripts

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    3e0073c View commit details
    Browse the repository at this point in the history
  5. Fixed broken error decoder route

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    753d2c7 View commit details
    Browse the repository at this point in the history
  6. Updated Crowdin README

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    d5211dc View commit details
    Browse the repository at this point in the history
  7. JIT choose default docs language and persist user selections with loc…

    …alStorage
    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    dec99ee View commit details
    Browse the repository at this point in the history
  8. Crowdin README update

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    e759552 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fb1b0d View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into integrate-crowdin

    Brian Vaughn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    a15b252 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a444762 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Added TODO

    Brian Vaughn committed May 21, 2018
    Configuration menu
    Copy the full SHA
    a8ad83e View commit details
    Browse the repository at this point in the history