Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a switch to disable localization #600

Closed
tofi86 opened this issue Sep 14, 2015 · 1 comment
Closed

Add a switch to disable localization #600

tofi86 opened this issue Sep 14, 2015 · 1 comment
Labels
type: duplicate The issue duplicates an existing issue

Comments

@tofi86
Copy link
Collaborator

tofi86 commented Sep 14, 2015

Would be nice to have a switch to disable translation of EpubCheck messages and show original english messages only.

Current workaround with setthing java opts:

java -Duser.lang=en -Duser.country=US -jar epubcheck.jar test.epub

Better:

java -jar epubcheck.jar --disable-translate test.epub
@tofi86 tofi86 added the type: improvement The issue suggests an improvement of an existing feature label Sep 14, 2015
@tofi86
Copy link
Collaborator Author

tofi86 commented Jan 2, 2017

I think implementing a --lang <lang> option as suggested in #498 would be a better solution.

Closing this in favor of #498

@tofi86 tofi86 closed this as completed Jan 2, 2017
@tofi86 tofi86 added type: duplicate The issue duplicates an existing issue and removed type: improvement The issue suggests an improvement of an existing feature labels Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: duplicate The issue duplicates an existing issue
Projects
None yet
Development

No branches or pull requests

1 participant