Skip to content
Snippets Groups Projects
  1. Nov 02, 2017
  2. Oct 13, 2017
    • chrisgarrity's avatar
      Import translations from scratch-l10n package · 0dc54832
      chrisgarrity authored
      * removed anything that was made redundant by scratch-l10n.
      * updated a string that wasn’t following conventions
      * added .tx/config so developers can start updating Transifex when there are new strings
      0dc54832
  3. Jul 27, 2017
    • Ken's avatar
      Make requested changes · e2a08f5e
      Ken authored
      Changed color and background-color as requested; temporarily hidden the icon
      e2a08f5e
  4. Jul 26, 2017
    • Ken's avatar
      Fix color conflict · e9340697
      Ken authored
      the background was white and the font color was too - I changed it to be black instead
      e9340697
  5. Jul 21, 2017
  6. Jul 19, 2017
    • chrisgarrity's avatar
      handle messages better · 2dd37827
      chrisgarrity authored
      Dynamic import didn’t do what we wanted, so just added `npm run i18n:msgs` to the start command. This is just temporary. Other changes as requested:
      * exports in one place
      * loc=> locale
      
      Also fixed use of require for localeData to use dynamic import (this one works), so the babelrc changes are needed, otherwise import as a function is not recognized.
      2dd37827
    • chrisgarrity's avatar
      Add language selection widget to menubar · af697375
      chrisgarrity authored
      Added language-selector component and container. Replaced lib/intl.jsx with reducers/intl.js and added updateIntl to handle language changes.
      
      Moved languages.json into src
      af697375
Loading