@openmrs/esm-translations 7.0.1-pre.3273 → 7.0.1-pre.3274

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.
@@ -1,3 +1,3 @@
1
- [0] Successfully compiled: 3 files with swc (256.73ms)
1
+ [0] Successfully compiled: 3 files with swc (225.25ms)
2
2
  [0] swc --strip-leading-paths src -d dist exited with code 0
3
3
  [1] tsc --project tsconfig.build.json exited with code 0
@@ -36,8 +36,6 @@ export declare const coreTranslations: {
36
36
  showMore: string;
37
37
  toggleDevTools: string;
38
38
  unknown: string;
39
- closeWorkspaces2PromptTitle: string;
40
- closeWorkspaces2PromptBody: string;
41
39
  closeAllOpenedWorkspaces: string;
42
40
  closingAllWorkspacesPromptBody: string;
43
41
  closingAllWorkspacesPromptTitle: string;
@@ -28,14 +28,9 @@ const workspaceTranslations = {
28
28
  unsavedChangesTitleText: 'Unsaved changes',
29
29
  workspaceHeader: 'Workspace header'
30
30
  };
31
- const workspace2Translations = {
32
- closeWorkspaces2PromptTitle: 'Close workspace(s)',
33
- closeWorkspaces2PromptBody: 'You are about to close the following workspace(s), which might have unsaved changes:'
34
- };
35
31
  export const coreTranslations = {
36
32
  ...addressFields,
37
33
  ...workspaceTranslations,
38
- ...workspace2Translations,
39
34
  actions: 'Actions',
40
35
  address: 'Address',
41
36
  age: 'Age',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-translations",
3
- "version": "7.0.1-pre.3273",
3
+ "version": "7.0.1-pre.3274",
4
4
  "license": "MPL-2.0",
5
5
  "description": "O3 Framework module for translation support",
6
6
  "type": "module",
@@ -34,15 +34,9 @@ const workspaceTranslations = {
34
34
  workspaceHeader: 'Workspace header',
35
35
  };
36
36
 
37
- const workspace2Translations = {
38
- closeWorkspaces2PromptTitle: 'Close workspace(s)',
39
- closeWorkspaces2PromptBody: 'You are about to close the following workspace(s), which might have unsaved changes:',
40
- };
41
-
42
37
  export const coreTranslations = {
43
38
  ...addressFields,
44
39
  ...workspaceTranslations,
45
- ...workspace2Translations,
46
40
  actions: 'Actions',
47
41
  address: 'Address',
48
42
  age: 'Age',
@@ -15,8 +15,6 @@
15
15
  "Clinic": "Clinic",
16
16
  "close": "Close",
17
17
  "closeAllOpenedWorkspaces": "Discard changes in {{count}} workspaces",
18
- "closeWorkspaces2PromptBody": "You are about to close the following workspace(s), which might have unsaved changes:",
19
- "closeWorkspaces2PromptTitle": "Close workspace(s)",
20
18
  "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}",
21
19
  "closingAllWorkspacesPromptTitle": "You have unsaved changes",
22
20
  "confirm": "Confirm",