name-db icon indicating copy to clipboard operation
name-db copied to clipboard

Add aliases

Open bluzi opened this issue 8 years ago • 8 comments
trafficstars

Add aliases to existing names, as described in the structure

For example: RIchard => Dick

You can also:

bluzi avatar Oct 24 '17 20:10 bluzi

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?

Kardelio avatar Oct 24 '17 20:10 Kardelio

Also FYI on it, just starting a few for now 😄

Kardelio avatar Oct 24 '17 20:10 Kardelio

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.

bluzi avatar Oct 24 '17 20:10 bluzi

Ok cool ill see what else I can add 😃

Kardelio avatar Oct 24 '17 20:10 Kardelio

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)

superpower1 avatar Oct 25 '17 07:10 superpower1

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": [
        ...
    ]
}

bluzi avatar Oct 25 '17 15:10 bluzi

Are nicknames distinct from aliases? Are there any plans to add nicknames to this repository?

roastchicken avatar Nov 01 '17 02:11 roastchicken

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.

bluzi avatar Nov 01 '17 03:11 bluzi