Skip to content

Commit 98b2755

Browse files
mattlisivMatthew Lisivick
andauthored
Allow en-US (#76)
Co-authored-by: Matthew Lisivick <mlisivick@Matthews-MacBook-Pro.local>
1 parent 8ba32fa commit 98b2755

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

newsapi/const.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969

7070
#: The 2-letter ISO-639-1 code of the language you want to get articles for. If not specified,
7171
#: the results span all languages.
72-
languages = {"ar", "en", "cn", "de", "es", "fr", "he", "it", "nl", "no", "pt", "ru", "sv", "se", "ud", "zh"}
72+
languages = {"ar", "en", "cn", "de", "es", "fr", "he", "it", "nl", "no", "pt", "ru", "sv", "se", "ud", "zh",
73+
"en-US"}
7374

7475
#: The category you want to get articles for. If not specified,
7576
#: the results span all categories.

0 commit comments

Comments
 (0)