Skip to content

Commit

Permalink
First cut of translation sync
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Jan 24, 2025
1 parent 80f6f7a commit 8219078
Show file tree
Hide file tree
Showing 5 changed files with 4,716 additions and 34 deletions.
2 changes: 1 addition & 1 deletion bin/update-translations.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const fs = require("fs");
const okExitStatus = 0;
const errExitStatus = 2;

const languages = ["en", "es-ES", "ja", "ko", "nl", "pl", "pt-br", "zh-tw"];
const languages = ["ca", "en", "es-ES", "ja", "ko", "nl", "pl", "pt-br", "zh-tw"];
const enMessagesToAdd = {
"ml.onStart|block": {
defaultMessage: "on ML $event start",
Expand Down
Loading

0 comments on commit 8219078

Please sign in to comment.