Skip to content
Snippets Groups Projects
  1. Mar 11, 2019
  2. Mar 08, 2019
  3. Mar 07, 2019
  4. Mar 06, 2019
  5. Mar 05, 2019
  6. Mar 04, 2019
  7. Feb 28, 2019
    • chrisgarrity's avatar
      Refactor step and step image naming conventions · 686dbb52
      chrisgarrity authored
      Step Ids and step file names did not follow a consistent pattern. To make it easier to automate in the future, things were renamed in the following ways:
      
      StepId: camel case, prefix with the short name that we usually use to refer to the tutorial, e.g. name, music, chaseGame. Followed by a name for the step, e.g. nameAddSprite, nameAddBackdrop. When there are two of a step, add ‘2’ to the end e.g. nameAddSprite2
      
      file-naming: all step files should be in the steps directory. The name is the ‘kebab’ case of the stepId, followed by the language-code, then the file extension. For example the english version of the file for `nameAddSprite` would be `name-add-sprite.en.gif`, `chaseGameAddSprite2` would be `chase-game-add-sprite2.en.gif`
      686dbb52
    • Paul Kaplan's avatar
    • Paul Kaplan's avatar
      Merge pull request #4575 from LLK/greenkeeper/scratch-l10n-3.1.20190220143732 · c6ab3c8e
      Paul Kaplan authored
      Update scratch-l10n to the latest version :rocket:
      c6ab3c8e
    • chrisgarrity's avatar
      refactor image files · 26de4b2e
      chrisgarrity authored
      * thumbnails folder: thumbnail images for tutorials (multistep decks and videos). Images should not need translations (avoid text that would need translation in the image)
      * steps folder: gif images associated with tutorial steps. Images can be translated. English (default) images have the extension `.en.gif`, other language images should replace the `.en` with the corresponding locale.
      * renamed some of the steps files to be more consistent and a bit less redundant
      * removed a couple of files that were no longer referenced
      * revised webpack config to allow localized step files to be loaded from `/static` on www
      26de4b2e
  8. Feb 27, 2019
Loading