Skip to content
Snippets Groups Projects
  1. Jul 12, 2018
  2. Jul 11, 2018
  3. Jul 09, 2018
  4. Jul 06, 2018
  5. Jul 05, 2018
  6. Jul 03, 2018
  7. Jun 29, 2018
  8. Jun 28, 2018
  9. Jun 27, 2018
  10. Jun 26, 2018
  11. Jun 25, 2018
  12. Jun 22, 2018
  13. Jun 21, 2018
  14. 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
    • greenkeeper[bot]'s avatar
Loading