mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-05-09 04:30:48 -04:00
Add pen extension
Add the pen extension and update all the translations.
This commit is contained in:
parent
274c8d74b7
commit
5eaf5ecefe
14 changed files with 575 additions and 160 deletions
scripts
|
@ -46,7 +46,7 @@ const MSGS_DIR = './locales/';
|
|||
let missingLocales = [];
|
||||
|
||||
// generate messages:
|
||||
let components = ['gui', 'paint'];
|
||||
let components = ['gui', 'paint', 'pen'];
|
||||
components.forEach((component) => {
|
||||
let messages = Object.keys(locales).reduce((collection, lang) => {
|
||||
let langMessages = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue