@codingame/monaco-vscode-localization-service-override 13.1.4 → 13.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-localization-service-override",
3
- "version": "13.1.4",
3
+ "version": "13.1.6",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - localization service-override",
6
6
  "keywords": [],
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common": "13.1.4",
19
- "@codingame/monaco-vscode-api": "13.1.4"
18
+ "@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common": "13.1.6",
19
+ "@codingame/monaco-vscode-api": "13.1.6"
20
20
  },
21
21
  "main": "index.js",
22
22
  "module": "index.js",
@@ -51,16 +51,16 @@ let AbstractLocaleService = class AbstractLocaleService {
51
51
  const restartDialog = await this.dialogService.confirm({
52
52
  type: 'info',
53
53
  message: ( localize(
54
- 11675,
54
+ 11673,
55
55
  "To change the display language, {0} needs to reload",
56
56
  this.productService.nameLong
57
57
  )),
58
58
  detail: ( localize(
59
- 11676,
59
+ 11674,
60
60
  "Press the reload button to refresh the page and set the display language to {0}.",
61
61
  languagePackItem.label
62
62
  )),
63
- primaryButton: ( localize(11677, "&&Reload")),
63
+ primaryButton: ( localize(11675, "&&Reload")),
64
64
  });
65
65
  if (restartDialog.confirmed) {
66
66
  this.hostService.restart();
@@ -74,15 +74,15 @@ let AbstractLocaleService = class AbstractLocaleService {
74
74
  const restartDialog = await this.dialogService.confirm({
75
75
  type: 'info',
76
76
  message: ( localize(
77
- 11678,
77
+ 11676,
78
78
  "To change the display language, {0} needs to reload",
79
79
  this.productService.nameLong
80
80
  )),
81
81
  detail: ( localize(
82
- 11679,
82
+ 11677,
83
83
  "Press the reload button to refresh the page and use your browser's language."
84
84
  )),
85
- primaryButton: ( localize(11677, "&&Reload")),
85
+ primaryButton: ( localize(11675, "&&Reload")),
86
86
  });
87
87
  if (restartDialog.confirmed) {
88
88
  this.hostService.restart();