Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = ["ca", "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", "lol"];
const enMessagesToAdd = {
"ml.onStart|block": {
defaultMessage: "on ML $event start",
Expand Down
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@
window.dataLayer.push(arguments);
};
</script>
<script type="text/javascript" id="crowdin-jipt-config">
(function () {
function escape() {
window.location.href = "%VITE_FULL_URL%";
}
window._jipt = [
["project", "microbitorg"],
["escape", escape],
];
})();
</script>
<script type="module" src="/src/main.tsx"></script>
</head>

Expand Down
Loading