Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qWici authored Oct 19, 2018
1 parent 3428f86 commit 8239196
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Vue component which shows the flag of the country from which the language comes

<p align="center">
<img src="https://img.shields.io/badge/vue%202.x-compatible-green.svg" alt="Vue.js 2 compatible">
<a href="https://www.npmjs.com/package/vue-lang-code-flags"><img src="https://img.shields.io/badge/npm-1.0.2-blue.svg" alt="Version"></a>
<a href="https://www.npmjs.com/package/vue-lang-code-flags"><img src="https://img.shields.io/badge/npm-1.0.3-blue.svg" alt="Version"></a>
<a href="https://www.npmjs.com/package/vue-lang-code-flags"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"></a>
</p>

Expand Down Expand Up @@ -72,6 +72,33 @@ Optional properties
Here follows the list of the currently available flags.
They are identified using the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.

| Language | Code
|:--|:--|
| English | en |
| Chinese | zh |
| Hindi | hi |
| Spanish | es |
| Arabic | ar |
| French | fr |
| Malay | ms |
| Russian | ru |
| Bengali | bn |
| Portuguese | pt |
| German | de |
| Japanese | ja |
| Persian | fa |
| Swahili | sw |
| Javanese | jv |
| Telugu | te |
| Turkish | tr |
| Korean | ko |
| Marathi | mr |
| Tamil | ta |
| Vietnamese | vi |
| Italian | it |
| Hausa | ha |
| Thai | th |

## Contributing

Please follow the guidelines [here](https://github.com/P3trur0/vue-country-flag/blob/master/CONTRIBUTING.md).
Please follow the guidelines [here](https://github.com/P3trur0/vue-country-flag/blob/master/CONTRIBUTING.md).

0 comments on commit 8239196

Please sign in to comment.