Skip to content

Commit 1556e4f

Browse files
Translation sync - update Japanese (#585)
* Update extension version to 1.0.10 * Unmark Japanese from being a preview language
1 parent c79635d commit 1556e4f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/makecode/__snapshots__/utils.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5278,7 +5278,7 @@ ml.onStart(ml.event.Clap, function () {
52785278
basic.showIcon(IconNames.EighthNote)
52795279
})
52805280
",
5281-
"pxt.json": "{"name":"A project name","description":"","dependencies":{"core":"*","microphone":"*","radio":"*","machine-learning":"github:microbit-foundation/pxt-microbit-ml#v1.0.9"},"files":["main.ts","main.blocks","autogenerated.ts","dataset.json","pxt.json","README.md"],"preferredEditor":"blocksprj"}",
5281+
"pxt.json": "{"name":"A project name","description":"","dependencies":{"core":"*","microphone":"*","radio":"*","machine-learning":"github:microbit-foundation/pxt-microbit-ml#v1.0.10"},"files":["main.ts","main.blocks","autogenerated.ts","dataset.json","pxt.json","README.md"],"preferredEditor":"blocksprj"}",
52825282
},
52835283
}
52845284
`;

src/makecode/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const filenames = {
2626

2727
// Exported for testing.
2828
export const extensionName = "machine-learning";
29-
const extensionURL = "github:microbit-foundation/pxt-microbit-ml#v1.0.9";
29+
const extensionURL = "github:microbit-foundation/pxt-microbit-ml#v1.0.10";
3030

3131
export const pxt = {
3232
name: untitledProjectName,

src/settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const allLanguages: Language[] = [
4242
name: "日本語",
4343
enName: "Japanese",
4444
makeCode: true,
45-
preview: true,
4645
},
4746
{
4847
id: "ko",

0 commit comments

Comments
 (0)