Skip to content
Snippets Groups Projects
  1. Nov 02, 2018
  2. Oct 31, 2018
  3. Sep 18, 2018
  4. Aug 20, 2018
  5. Jul 23, 2018
    • chrisgarrity's avatar
      Temporarily exclude RTL languages from the menu · fd64c900
      chrisgarrity authored
      Currently that’s just hebrew. It’s still available with the `?locale=he` for people to check translations.
      
      It’s being temporarily excluded from the menu until we have RTL support for the interface.
      fd64c900
  6. Jun 14, 2018
    • chrisgarrity's avatar
      PR cleanup · 788af2d7
      chrisgarrity authored
      * refactor LanguageSelector to reuse MenuBarMenu
      * localize aria-labels on MenuBar
      788af2d7
  7. Jun 13, 2018
    • chrisgarrity's avatar
      Enable language selection menu · bc3df2c3
      chrisgarrity authored
      Allows the language selection menu to be active if `?enable=language` is in the URL, otherwise shows a ‘coming soon’ tooltip. This can also land on a branch if we don’t want that available on preview.
      
      - language menu opens if the globe is clicked
      - language menu closes if mouse is clicked anywhere outside the language selector
      - language list is imported from scratch-l10n
      - current locale is updated if another language is selected (i.e. the current language selected changes)
      
      Not in this PR:
      - styling of language selector
      - actually changing the messages!
      bc3df2c3
  8. Apr 20, 2018
    • Ray Schamp's avatar
      Fix propType warnings · 3601eacb
      Ray Schamp authored
      Including action-menu which was also giving one when the backdrop library opened.
      Localize the costume library, I missed it while doing the other libraries.
      3601eacb
  9. Mar 27, 2018
  10. Dec 20, 2017
    • Matthew Taylor's avatar
      Partially Implement GH-830: Add coming soon tooltips (#1069) · 8dc26d8d
      Matthew Taylor authored
      * Implement GH-830: Add coming soon tooltips
      
      This implements coming soon tooltips for:
      * the small stage size
      * save, load and language
      
      It also creates the component that can be copied over into the paint editor for use there as well.
      
      Lastly, this does a small refactor on the full screen implementation to include multiple small screen sizes too.
      Unverified
      8dc26d8d
  11. Nov 02, 2017
  12. 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
  13. Jul 21, 2017
  14. 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