Skip to content

Conversation

AdamWeb137
Copy link

This pull request adds a command line option, --language-path, which allows users to specify where the folder with all of the different language translations is.

The folder containing translations is currently only accessible in the Language folder inside of the game folder, but this often isn't convenient when the game files and the translations files are downloaded from different places. I often make a symlink to resolve this issue, but symlink support is dubious on Windows.

@@ -1449,6 +1459,8 @@ Engine options:
--font-path PATH The path in which the settings scene looks for fonts.
The default is config-path/Font.
--language LANG Load the game translation in language/LANG folder.
--language-path PATH Use the translations at PATH instead of the translations
in the language folder.
Copy link
Member

Choose a reason for hiding this comment

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

Please also document this in the manual page:
resources/unix/easyrpg-player.6.adoc

Copy link
Author

Choose a reason for hiding this comment

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

Thanks. I documented that in the latest commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants