plepe / openstreetmap-tag-translations

Translations of OpenStreetMap tags
11 stars 6 forks source link

In OpenStreetMap every map feature is described by tags, which are key-value-pairs. Usually these tags contain English values, but for localized maps these tags can be translated into the native language.

This repository contains translations of common tags. The format is based on the i18n format for the Chrome browser.

Examples:

{
    "tag:barrier": {
        "message": "Barrière",
    },
    "tag:barrier=city_wall": {
        "message": "Mur de la ville",
    },
    "tag:name": {
        "message": "Nom",
        "description": "'name' contains name of map feature"
    },
    "tag:phone": "Numéro de tél."
}

Every tag key and every tag key-value-pair has an entry in the JSON file. Every entry is a hash with a message (the translation) and optionally a description:

Directories

Contributors

Contributers via Git:

Alphabetic list of contributors, with the full names from OpenStreetBrowser user names:

Additionally the following users contributed via OpenStreetMap Wiki (which was used earlier):

I hope I didn't miss any contributors. If you feel missed out or like to change information about you, please contact me.