Skip to content

Commit

Permalink
MAT-540, just use en-US language. Change text for Podcasting.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesUoM committed Jun 17, 2024
1 parent 4fec0ea commit 6471bd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 304 deletions.
8 changes: 0 additions & 8 deletions src/i18n/lngs-generated.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
export const languages = new Map<string, string>([
["cs", "cs-CZ"],
["de", "de-DE"],
["el", "el-GR"],
["en", "en-US"],
["es", "es-ES"],
["fr", "fr-FR"],
["nl", "nl-NL"],
["zh-CN", "zh-CN"],
["zh-TW", "zh-TW"],
]);
292 changes: 0 additions & 292 deletions src/i18n/locales/en-GB.json

This file was deleted.

6 changes: 3 additions & 3 deletions src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

"finishMenu": {
"save-button": "Save changes",
"start-button": "Save and process changes",
"start-button": "Save and publish to Video Portal",
"discard-button": "Discard changes"
},

Expand All @@ -67,7 +67,7 @@
"confirmButton-attempting-tooltip": "Attempting to save",
"confirmButton-success-tooltip": "Saved successfully",
"confirmButton-failed-tooltip": "Save failed",
"info-text": "The video will not be processed but all cutting information will be stored in Opencast. You can continue your edit later.",
"info-text": "The video will not be processed but all cutting information will be stored. You can continue your edit later.",
"success-text": "Changes saved successfully! You can now close the editor or continue working.",
"success-tooltip-aria": "Saved successfully",
"saveArea-tooltip": "Save Area",
Expand All @@ -85,7 +85,7 @@
"discarded-text": "Your changes have been discarded. You can now close the editor.",
"startOver-button": "Let me start over!",
"startOver-tooltip": "Reload the page to start over",
"info-text": "Changes successfully saved to Opencast. Processing your changes may take quite some time so please be patient. You can now close the editor.\n"
"info-text": "Your video will now be processed before publishing onto the Video Portal, which may take quite some time so please be patient.\n\n You can now close the editor.\n"
},

"workflowSelection": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function Header() {
<div css={[titleStyleBold(theme), css({ color: `${theme.header_text}` })]}>Podcast Editor</div>
</div>
<div css={rightSideButtonsStyle}>
<LanguageButton />
{lngs.size > 1 && <LanguageButton />}
<ThemeButton />
{!isEnd &&
<MainMenuButton
Expand Down

0 comments on commit 6471bd4

Please sign in to comment.