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

French help text #40

Open
brouberol opened this issue Jan 25, 2016 · 4 comments
Open

French help text #40

brouberol opened this issue Jan 25, 2016 · 4 comments

Comments

@brouberol
Copy link
Owner

For now, it's tedious to learn the marcel command, as the marcel --aide output is the one generated by docker --help. To be fully useful, we need to have a translated output (at least for the commands).

@nightmared
Copy link
Collaborator

We need to modify internal docker if we want to track its release, so this should be upstreamed rather than hardcoding informations that will be outdated in two months

@brouberol
Copy link
Owner Author

We managed to make them integrate french names into the container name generation, but I don't see them adding random stuff in critical parts such as the help dialog anytime soon :/

@brouberol
Copy link
Owner Author

I suggest having a function that will parse the docker [command] --help and replace any --flag by the expression --flag / --translated-flag. It should use the translations that are already defined, and thus should not require any complex maintenance.

@nightmared
Copy link
Collaborator

Well, why not just set the locale for docker then and sed the output of it (s/[d|D]ocker/Marcel/g)?

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

2 participants