scratchfoundation / scratch-www

Standalone web client for Scratch
https://scratch.mit.edu
BSD 3-Clause "New" or "Revised" License
1.6k stars 846 forks source link

Use locale info from l10n, instead of importing react-intl locale info #2903

Open benjiwheeler opened 5 years ago

benjiwheeler commented 5 years ago

In the process of investigating #2873, we realized that now that www uses scratch-l10n, we should remove two obsolete and unnecessary things from www:

  1. remove www's custom locales file, and instead point to scratch-l10n's and use that
  2. stop www's importing the entire react-intl list of standard locales, which is probably adding unnecessary size, and instead just use the ones that are actually in use in Scratch
chrisgarrity commented 5 years ago

Ran into this again with rapa nui. At the very least we should do #1.