Skip to content

Commit

Permalink
[ifmeorg#1713] removed language translation
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Warmenhoven committed Apr 24, 2020
1 parent dd8b29d commit 9d26bd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/resource_recommendations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def all_resources
resources = JSON.parse(File.read('doc/pages/resources.json'))
resources.each do |item|
item['tags'].map! { |tag| I18n.t("pages.resources.tags.#{tag}") }
item['languages'].map! { |language| I18n.t("languages.#{language}") }
end
resources
end
Expand Down

0 comments on commit 9d26bd6

Please sign in to comment.