Skip to content

Conversation

@chosww
Copy link
Contributor

@chosww chosww commented Jul 26, 2024

No description provided.

@sbates-idrc
Copy link
Contributor

As discussed Sept 23, please also move the position text to a placeholder in the ProgramBlockEditor.betweenBlocks message, rather than being built in code in ProgramBlockEditor.makeAddNodeAriaLabel()

@chosww chosww marked this pull request as ready for review September 23, 2024 17:03
"ActionPanel.action.moveToNextStep": "Move Step {stepNumber} {stepActionName} after step {nextStepNumber} {nextStepActionName}",
"ActionPanel.action.moveToNextStep.disabled": "Move Step {stepNumber} {stepActionName}",
"ActionPanel.action.moveToNextStep.outOfLoop": "Move Step {stepNumber} {stepActionName} out of loop {loopLabel}",
"ActionPanel.action.moveToNextStep.withInLoop": "Move Step {stepNumber} {stepActionName} after step {nextStepNumber} {nextStepActionName} of loop {loopLabel}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what we had in the spreadsheet, but "within" is one word. Could you please rename this to ActionPanel.action.moveToNextStep.withinLoop (lowercase "i" in withinLoop).

Please also update ActionPanel.action.moveToPreviousStep.withInLoop

"ActionPanel.action.delete": "supprimer {stepNumber} {stepActionName}",
"ActionPanel.action.moveToNextStep": "remplacer l'étape {stepNumber} {stepActionName} {nextStepInfo}",
"ActionPanel.action.moveToPreviousStep": "remplacer l'étape {stepNumber} {stepActionName} {previousStepInfo}",
"ActionPanel.action.replace": "remplacer l'étape {stepNumber} {stepActionName} {selectedActionName}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The French message for ActionPanel.action.replace hasn't been updated for the split into noSelectedAction and withSelectedAction

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sbates-idrc for reviewing the changes, I didn't update French messages yet because we don't have French translations yet. I think it makes sense to update them all when we get the translations.

"ActionPanel.selectedCommandName": "{selectedCommandName} avec action sélectionner",
"ActionPanel.action.delete": "supprimer {stepNumber} {stepActionName}",
"ActionPanel.action.moveToNextStep": "remplacer l'étape {stepNumber} {stepActionName} {nextStepInfo}",
"ActionPanel.action.moveToPreviousStep": "remplacer l'étape {stepNumber} {stepActionName} {previousStepInfo}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The French messages for ActionPanel.action.moveToNextStep and ActionPanel.action.moveToPreviousStep haven't been updated following the nextStepInfo/previousStepInfo refactoring.

expectedAnnouncementCommandType: string,
expectedAnnouncementCommand: string
expectedAnnouncementActionType: string,
expectedAnnouncementAction: string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use expectedAnnouncementActionName here to be consistent with the thing we are testing against (actionName)

@sbates-idrc
Copy link
Contributor

sbates-idrc commented Oct 22, 2024

The French message for Scene.description hasn't been updated for the change of the world placeholder to backgroundName

@sbates-idrc sbates-idrc merged commit 04f7187 into codelearncreate:develop-1.13 Mar 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants