Skip to content

I18N: Normalize keymapper action descriptions#6759

Merged
sev- merged 92 commits intoscummvm:masterfrom
aunnoman1:norm-labels
Jun 24, 2025
Merged

I18N: Normalize keymapper action descriptions#6759
sev- merged 92 commits intoscummvm:masterfrom
aunnoman1:norm-labels

Conversation

@aunnoman1
Copy link
Contributor

No description provided.

@OMGPizzaGuy OMGPizzaGuy added the GSoC Part of a Google Summer of Code project label Jun 20, 2025
engineKeyMap->addAction(act);

act = new Action("TBI", _("Display/Hide Biochip Tray"));
act = new Action("TBI", _("Display / Hide biochip tray"));
Copy link
Member

Choose a reason for hiding this comment

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

Why not use Toggle for consistency?


{
act = new Action("SKIPORQUIT", _("Skip sequence/open quit dialogue"));
act = new Action("SKIPORQUIT", _("Skip sequence / open quit dialogue"));
Copy link
Member

@sev- sev- Jun 21, 2025

Choose a reason for hiding this comment

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

Please switch to American English, e.g., dialog instead of dialogue. Same thing below.

gameKeyMap->addAction(act);

act = new Common::Action("RIGHT", _("Turn Right/Crawl East"));
act = new Common::Action("RIGHT", _("Turn right/Crawl East"));
Copy link
Member

@sev- sev- Jun 21, 2025

Choose a reason for hiding this comment

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

Suggested change
act = new Common::Action("RIGHT", _("Turn right/Crawl East"));
act = new Common::Action("RIGHT", _("Turn right / Crawl east"));

gameKeyMap->addAction(act);

act = new Common::Action("LEFT", _("Turn Left/Crawl West"));
act = new Common::Action("LEFT", _("Turn left/Crawl West"));
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
act = new Common::Action("LEFT", _("Turn left/Crawl West"));
act = new Common::Action("LEFT", _("Turn left / Crawl west"));

gameKeyMap->addAction(act);

act = new Action("CHANGETONORMALBEHAVIOUR", _("Normal Behaviour"));
act = new Action("CHANGETONORMALBEHAVIOUR", _("Normal behaviour"));
Copy link
Member

Choose a reason for hiding this comment

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

US English here too, please. behavior, and below.

{ KEYBIND_DOWN, "DOWN", "Down", nullptr, "DOWN", nullptr },
{ KEYBIND_LEFT, "LEFT", "Left", nullptr, "LEFT", nullptr },
{ KEYBIND_RIGHT, "RIGHT", "Right", nullptr, "RIGHT", nullptr },
{ KEYBIND_ESCAPE, "ESCAPE", _s("Escape"), nullptr, "ESCAPE", nullptr },
Copy link
Member

Choose a reason for hiding this comment

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

This sounds more like 'abort' ot 'stop', not "escape" in the meaning of "run away from the room"

Copy link
Member

@sev- sev- left a comment

Choose a reason for hiding this comment

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

Reviewed and added some notes.

In general, pretty good work.

aunnoman1 added 18 commits June 23, 2025 02:06
aunnoman1 added 20 commits June 23, 2025 02:06
@aunnoman1 aunnoman1 marked this pull request as ready for review June 22, 2025 21:18
@sev-
Copy link
Member

sev- commented Jun 24, 2025

Thank you!

@sev- sev- merged commit f085c8c into scummvm:master Jun 24, 2025
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GSoC Part of a Google Summer of Code project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants