Skip to content

Source files and images for translators to translate Scratch materials

Notifications You must be signed in to change notification settings

quoyi/scratch-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratch-resources

Source files and images for translators to translate Scratch materials, published files for www.

For Scratch Team

After updating any content to be published make sure to flush the fastly cache so that new versions are served, as the resources are cached aggressively.

For Translators

This repository contains the input source files for Scratch resources like the Scratch Activity Cards, and the published translations that are available on the new scratch website (scratch-www)

Location of the Source Files

All the source files can be found within the resources/source directory. Within that directory there are:

Workflow

If you are comfortable with github, forking repositories, and making pull requests, you can fork this repository and submit a pull request with your translated files.

On github, translated files for publication should be put in the appropriate language directory within the www directory. The file also needs to have the same name as the original resource. For example, if you have a French translation of the Catch Game Cards from the Activity Cards set, you would add your PDF file to resources/www/cards/fr with the name catch-cards.pdf. Check the names in the /en folder to see what the original file names.

To test, run npm run localize and then look at the generated resources/localized-urls.json file to see if the new cards have been properly added. This requires Node v6.

To make updating translations easier, you can add your translated source files to the appropriate language directory in resources/source/translations. For example, if you have an ODP file for the French translation of Catch Game, you can add it to resources/source/translations/fr/cards with the name catch-cards.odp. You may need to create the folder for your language.

If you're not comfortable with github, You can download source files you want to translate from the links above. When you have a finished PDF file, send the file (or a link to a shared folder) to [email protected].

About

Source files and images for translators to translate Scratch materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • Shell 5.1%
  • CSS 3.9%