Skip to content

Commit

Permalink
Use standard iso code for language
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Darfler committed Sep 3, 2013
1 parent 2170890 commit 9678a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/podcast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Feed

def initialize
@mp3s = []
@language = "English"
@language = "en-us"
@about = "Made with #{NAME}"
@base = ''
end
Expand Down

0 comments on commit 9678a92

Please sign in to comment.