name-db
name-db copied to clipboard
Add aliases
Add aliases to existing names, as described in the structure
For example: RIchard => Dick
You can also:
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 Of course you can also add more names or translate other names to your language.
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. After you add an alias, you may also create a name file for this alias and translate it as well.