Read-only patch written, frontend shows dictionary in different languages
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
<% @words.each do |word| %>
|
||||
<div class="dictionary-entry p-4">
|
||||
<h2><%= word.word %></h2>
|
||||
<%= render "definitions", word: word %>
|
||||
<%= render "definitions", word: word, language: @language %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
Reference in New Issue
Block a user