Skip to content

Commit

Permalink
Updating languages.js
Browse files Browse the repository at this point in the history
- Adding Amharic
- Correct error (Sudanese > Sundanese)

Following this page :
https://cloud.google.com/translate/docs/languages
  • Loading branch information
arthurlacoste committed May 6, 2017
1 parent df4f369 commit 022246c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var langs = {
'auto': 'Automatic',
'af': 'Afrikaans',
'sq': 'Albanian',
'am': 'Amharic',
'ar': 'Arabic',
'hy': 'Armenian',
'az': 'Azerbaijani',
Expand Down Expand Up @@ -94,7 +95,7 @@ var langs = {
'sl': 'Slovenian',
'so': 'Somali',
'es': 'Spanish',
'su': 'Sudanese',
'su': 'Sundanese',
'sw': 'Swahili',
'sv': 'Swedish',
'tg': 'Tajik',
Expand Down

0 comments on commit 022246c

Please sign in to comment.