Skip to content
Snippets Groups Projects
  1. Jul 02, 2018
  2. 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
  3. 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
  4. Jun 18, 2018
  5. Jun 15, 2018
  6. Jun 13, 2018
  7. Jun 12, 2018
  8. May 29, 2018
  9. May 24, 2018
  10. May 22, 2018
  11. May 21, 2018
  12. May 10, 2018
  13. May 04, 2018
  14. May 03, 2018
  15. May 02, 2018
  16. Apr 27, 2018
  17. Apr 05, 2018
    • Christopher Willis-Ford's avatar
      Fix handleExtensionAdded when no targets present · abf33be2
      Christopher Willis-Ford authored
      If an extension is loaded at project-load time, there won't be any
      targets. In that case, `handleExtensionAdded` now skips target-specific
      steps.
      
      This change also adds a filter for JSON block info to support upcoming
      block separators, which have XML but no JSON.
      abf33be2
  18. Mar 15, 2018
  19. Feb 10, 2018
    • ivanixgames's avatar
      Fix issue 1212 · b2f048b0
      ivanixgames authored
      - Call scrollToCategoryByName('My Blocks') after custom block is created
      - Cannot assume custom blocks section will be last category
      - May pose issue during localization efforts
      b2f048b0
  20. Jan 30, 2018
  21. Jan 26, 2018
  22. Jan 12, 2018
  23. Dec 23, 2017
  24. Dec 22, 2017
  25. Dec 20, 2017
  26. Dec 14, 2017
  27. Dec 04, 2017
Loading