Update CONTRIBUTING.md

This commit is contained in:
Aleksandr Statciuk 2022-10-24 03:45:51 +03:00
parent a3c980d7fd
commit 96976ef03f

View file

@ -56,11 +56,11 @@
### countries ### countries
| Field | Description | Required | Example | | Field | Description | Required | Example |
| ----- | ------------------------------------------------------------------------------------------ | -------- | ------------ | | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------- |
| name | Official name of the country | Required | `Martinique` | | name | Official name of the country | Required | `Canada` |
| code | [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code of the country | Required | `MQ` | | code | [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code of the country | Required | `CA` |
| lang | Official language in the country | Required | `fra` | | languages | List of official languages of the country separated by `;`. A list of all supported languages can be found in [data/languages.csv](data/languages.csv). | Required | `eng;fra` |
| flag | Country flag emoji | Required | `🇲🇶` | | flag | Country flag emoji | Required | `🇨🇦` |
### subdivisions ### subdivisions