forked from google/blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: message types being incorrect (google#6414)
* chore: regen msg dts files * fix: package tasks not packaging msg.d.ts files * fix: add setLocale to blockly.ts * chore: format * chore: move setLocale * chore: add comment about setLocale not being useful when used with script tags * chore: format
- Loading branch information
Showing
128 changed files
with
892 additions
and
1,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly ab locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly ar locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly az locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly ba locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly bcc locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly be-tarask locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly be locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly bg locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly bn locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly br locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly bs locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly ca locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly cs locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Google LLC | ||
* Copyright 2022 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/** | ||
* @fileoverview Type definitions for the Blockly da locale. | ||
* @author samelh@google.com (Sam El-Husseini) | ||
*/ | ||
|
||
/// <reference path="msg.d.ts" /> | ||
|
||
import BlocklyMsg = Blockly.Msg; | ||
export = BlocklyMsg; | ||
export * from './msg'; | ||
|
Oops, something went wrong.