Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 26, 2018
  3. Sep 24, 2018
  4. Sep 20, 2018
  5. Sep 19, 2018
  6. Sep 18, 2018
  7. Sep 17, 2018
    • Karishma Chadha's avatar
    • chrisgarrity's avatar
      Localize library tags · c906ae55
      chrisgarrity authored
      * convert all tags to have a `tag` field corresponding to the query parameter, and `intlLabel` field that defines the title message for `FormattedMessage`
      * define all the tag messages in a shared file so they can be included in multiple places.
      * convert the `TagButton` to use `tag` for the `onclick` handler value, and localize `intlLabel` for the title.
      
      In the library I’ve continued to use `tag.toLowercase()` even though all the tags are currently defined as lowercase. It’s safer, but currently not strictly needed.
      c906ae55
  8. Sep 16, 2018
    • chrisgarrity's avatar
      Localize default names for new blank objects · 72616cda
      chrisgarrity authored
      Questions:
      * should the message strings include the number? Or should that get added to the name when the name is defined
      * added a new ‘shared-messages’ to handle the definition of backdrop, costume, etc which are used in multiple places, they’re all related to defaults, so should it all be in `lib/default-project`
      72616cda
Loading