gvwilson / tidyblocks

A blocks-based interface for tidy data manipulation and analysis.
Other
82 stars 28 forks source link

Adding language lookup for toolbox category names #341

Closed gvwilson closed 4 years ago

gvwilson commented 4 years ago
  1. Add a Messages class to blocks/helpers.js to look up translation messages for a particular language with a fallback if the language isn't found.
  2. Use this class in all blocks.
  3. Use this class in the XML toolbox description so that category names can be in various languages.

To do: test the Messages class. Feedback before then would be very welcome.