Babel Translator

Enter a word below to translate it from up to 50 different languages to English. Determine whether your name, race, or concept means something already in another language.

<% if params[:query] %>
<% @translations.each do |translation| %> <% end %>
Original word translates in English to
<%= params[:query] %> in <%= translation.first.humanize %> <%= translation.second.humanize %>
<% end %>

Currently translating from <%= EasyTranslate::LANGUAGES.values.map(&:humanize).to_sentence %>.