-
Notifications
You must be signed in to change notification settings - Fork 994
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
More yargs translations needed #649
Comments
There you go! :) |
I think @michaalbert would like to give adding a Russian translation a try later today! =) |
I'll send the Spanish translation! But I have a question first. The translation for aliases depends on the context. Could you give me a couple of examples where "aliases" is going to be written? |
@dgrcode "Aliases" is used to reference something like different names for the same command or option. Say if we have the command
Does that answer your question? |
If anyone needs Hindi or Bengali translations, let me know! 😄 |
@babhishek21 Ohh that would be so awesome! If you would like to do it, simply create the new translation files using the existing ones in the |
Just one quick question! Are you looking only for native script translations (Hindi uses the Devnagari script and looks like हिन्दी ; Bangla (Bengali) looks like বাংলা )? Transliterated versions are also available. |
@babhishek21 Hmm I'm not sure if that'll work, I don't know to be honest 😄 Perhaps for compatibility reasons, we should go with the transliterated versions, what do you think? |
Hindi (Devnagari) works with UTF-8. Bangla also works with Unicode. I'll take a look at the other translations to see the range of type support. Should I perhaps make separate issues for these? |
@maxrimue This answers my question! I'll send a pull request with the translations in a few minutes |
@babhishek21 Yeah, separate pull requests would be appreciated. Thanks for dealing with this 😄 |
Hi, I have a question about translating "Implications failed". Could someone give a general description of situations when this is used? It can't be transalted literally so I have to somehow describe it. |
@michaalbert This is a validation error where the use of one argument implies (requires) the use of another argument. So "Implications failed" basically means "You provided the first argument mentioned but didn't provide the second argument mentioned, which is required when providing the first argument." That's obviously verbose, so if you can figure out the most concise way of saying the same thing, that would be great. Thanks! And please let us know if you have any additional questions. |
@nexdrew thanks! So would something like "The given command requires additional arguments" be okay or is that too unspecific? |
@michaalbert That would probably be ok, but the message will be followed by text like |
@nexdrew Okay, then "The given argument requires the following additional argument:" makes more sense. |
@michaalbert That sounds perfect, thanks! |
Hi @nexdrew do you want a Catalan translation? |
Hi @wolframtheta, that would be great! Just add a new ca.json file to the locales directory. Thanks! |
Hello, I have a question, is the pt_BR translation open? If so, I wish to work on it if I may. |
@madcampos Check among the current PRs if any pending changes exist for |
Address brazilian portuguese translations for `aliases:` and `Did you mean %s?`
@madcampos: for the record, pt_BR isn't one of my main langs so pleeease feel free to take over it and correct any awkwardness I put in there! |
@zkat I'm brazilian so I can help with that, no problem. 😉 |
Hiya |
I declare this a successful hacktoberfest (two months later :p), thanks everyone who contributed. |
Hello gracious OSS authors! The yargs team needs your help once again to translate the following into various languages:
"aliases:"
for command aliases (added in PR feat: initial support for command aliases #647), should be line 13 of each locale file"Did you mean %s?"
for recommending commands (added in PRs feat: provide suggestions if unknown command is called #562, feat: adds recommendCommands() for command suggestions #580), should be line 38 of each locale fileI apologize for directly pinging you, but I only do so because you have been a valued contributor in the past. If you get a chance, please either leave a comment on this issue with the requested translations or (better yet) submit a PR! 😺
As always, please feel free to ask questions ❓, say "hi" 👋, or tell us to buzz off 🐝. Regardless, we thank you for your contributions!
Update: Thanks to all who have contributed new languages as well, you are awesome!
The text was updated successfully, but these errors were encountered: