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

languages cannot be set in the profile #6

Closed
martinroob opened this issue Mar 10, 2017 · 2 comments
Closed

languages cannot be set in the profile #6

martinroob opened this issue Mar 10, 2017 · 2 comments

Comments

@martinroob
Copy link
Owner

Instead of giving all languages at the commandline, it should be possible to set them in the profile.

Before:
xliffmerge en de fr it

After:

xliffmergeconfig.json:
{..
  "languages": ["en", "de", "fr", "it"],
  ..
}
commandline:
xliffmerge --profile xliffmergeconfig.json
@martinroob martinroob added this to the 0.1 version milestone Mar 10, 2017
@martinroob
Copy link
Owner Author

fixed in version 0.1

1 similar comment
@martinroob
Copy link
Owner Author

fixed in version 0.1

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

No branches or pull requests

1 participant