-
Notifications
You must be signed in to change notification settings - Fork 228
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 aliases #87
Comments
Can we add aliases to a few in our pull requests (for example 3 or 4) or does an accurate pull request require all possible names to have aliases? |
Also FYI on it, just starting a few for now 😄 |
Hi @Kardelio, add as many as you can :) It's a work in progress |
Ok cool ill see what else I can add 😃 |
Just wondering what I can do with a name that have multiple possible translation like Chinese and Janpanese? (Because different character may have the same spelling in English) |
Hey @superpower1, great question! Aliases should always be in English. If you want to translate an alias, you should create a new name file, and write the alias in English. For example: john.json: {
"name": "john",
"aliases": [
"yoni"
],
"translations": [
...
]
} yoni.json {
"name": "yoni",
"aliases": [
"john"
],
"translations": [
...
]
} |
Are nicknames distinct from aliases? Are there any plans to add nicknames to this repository? |
Hey @roastchicken, feel free to add nicknames as aliases, as long as you're talking about commonly used nicknames. |
Add aliases to existing names, as described in the structure
For example:
RIchard => Dick
You can also:
The text was updated successfully, but these errors were encountered: