Skip to content

Commit

Permalink
fix "ha" language name
Browse files Browse the repository at this point in the history
  • Loading branch information
meikidd committed Apr 27, 2016
1 parent c388b3f commit c0bae8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ var LANGUAGES_LIST = {
nativeName: 'Gaelg'
},
ha: {
name: 'Haitian',
name: 'Hausa',
nativeName: 'هَوُسَ'
},
he: {
Expand Down
2 changes: 1 addition & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export var LANGUAGES_LIST = {
nativeName: 'Gaelg'
},
ha: {
name: 'Haitian',
name: 'Hausa',
nativeName: 'هَوُسَ'
},
he: {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ export default class ISO6391 {
return true
}
}
}
}

0 comments on commit c0bae8f

Please sign in to comment.