Skip to content

Conversation

Botje
Copy link
Contributor

@Botje Botje commented Aug 14, 2025

This PR fixes a syntax error in newer Perls and modifies gen-translations.sh to expect an explicit path to the game translation directory.

Botje added 2 commits August 14, 2025 19:35
The `keys $var` form was removed in Perl 5.24. Replaced with the correct
`keys %{$var}` form.
This script used to reference a submodule in the ScummVM source tree
with the translation sources.
That submodule was removed, so the script now expects an argument and
prints a hint if the directory does not exist:

```
% ./engines/prince/gen-translations.sh
Usage: ./engines/prince/gen-translations.sh <path-to-scummvm-game-translations>
Download or clone from https://github.com/scummvm/game-translations/tree/prince-and-the-coward
```
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.

1 participant