Skip to content

Commit

Permalink
Correct the native name for the Romanian language
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Veaudry <[email protected]>
  • Loading branch information
anthony0030 committed Apr 1, 2019
1 parent b2fafe8 commit 348319c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iso-639-1",
"version": "2.0.4",
"version": "2.0.5",
"description": "ISO-639-1 codes",
"main": "build/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ const LANGUAGES_LIST = {
},
ro: {
name: 'Romanian',
nativeName: 'limba română',
nativeName: 'Română',
},
ru: {
name: 'Russian',
Expand Down

0 comments on commit 348319c

Please sign in to comment.