Skip to content
Snippets Groups Projects
  1. Aug 01, 2018
  2. Jul 24, 2018
  3. Jul 19, 2018
    • Karishma Chadha's avatar
      Call updateToolbox whenever the blocks container updates and is visible so... · 5d6a48a2
      Karishma Chadha authored
      Call updateToolbox whenever the blocks container updates and is visible so that changes to dynamic menus (e.g. costume renaming) are picked up. Update setLocale to call updateToolbox so that the toolboxRefresh gets re-enabled. This is needed for getting translated toolbox strings like 'Hello' and 'Hmmm...' to stay in sync with language changes.
      5d6a48a2
  4. Jul 18, 2018
  5. Jul 12, 2018
  6. Jul 11, 2018
  7. Jul 10, 2018
  8. Jul 06, 2018
  9. Jul 02, 2018
  10. Jun 20, 2018
    • chrisgarrity's avatar
      Locales cleanup · 60a3dc3a
      chrisgarrity authored
      * updated locales reducer to include current messages and messagesByLocale (the previous all messages)
      * moved locales out of gui
      * include locales in the things exported by gui (index.js)
      60a3dc3a
  11. Jun 19, 2018
    • chrisgarrity's avatar
      Initial version of loading or switching language. · a0455422
      chrisgarrity authored
      Add `?locale=<localecode>` to load in a new langage.
      Add `?enable=language` to enable the language selector
      Or combine the two: `?enable=language&locale=<localecode>`
      Still accepts a hash, but requires that the hash be a sequence of digits.
      
      Added new locales reducer to gui:
      - initializes default  react-intl/localeData
      - initializes default locale messages for all locales
      - default locale is ‘en’ (can be overridden by URL)
      
      Removed dependency on react-intl-redux, added ConnectedIntlProvider (uses correct locale messages from redux based on current locale)
      a0455422
  12. Jun 18, 2018
  13. Jun 15, 2018
  14. Jun 13, 2018
  15. Jun 12, 2018
  16. May 29, 2018
  17. May 24, 2018
  18. May 22, 2018
  19. May 21, 2018
  20. May 10, 2018
  21. May 04, 2018
  22. May 03, 2018
  23. May 02, 2018
  24. Apr 27, 2018
Loading