Skip to content

Commit

Permalink
Add newline to end of TSV from LoC
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Mar 8, 2023
1 parent 2ea9a46 commit a93ca6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/iso639-5.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ http://id.loc.gov/vocabulary/iso639-5/zhx zhx Chinese (family) chinois (famille)
http://id.loc.gov/vocabulary/iso639-5/zle zle East Slavic languages slaves orientales, langues
http://id.loc.gov/vocabulary/iso639-5/zls zls South Slavic languages slaves méridionales, langues
http://id.loc.gov/vocabulary/iso639-5/zlw zlw West Slavic languages slaves occidentales, langues
http://id.loc.gov/vocabulary/iso639-5/znd znd Zande languages zandé, langues
http://id.loc.gov/vocabulary/iso639-5/znd znd Zande languages zandé, langues
1 change: 1 addition & 0 deletions lib/tasks/languages.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace :languages do
desc 'refresh the list of collective language codes in this repo from LOC'
task :refresh_list do
`wget http://id.loc.gov/vocabulary/iso639-5.tsv -O config/iso639-5.tsv`
`echo >> config/iso639-5.tsv` # Add a new line to end of file, since LOC's file doesn't have one
end
end
end

0 comments on commit a93ca6a

Please sign in to comment.