Implement internationalization

This commit is contained in:
Felix Wolff
2015-04-09 17:20:36 +02:00
parent aff3da9bcd
commit 5d5b175154
4 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<h1>Listing comment requests</h1>
<h1><%= t('exercises.implement.comment.listing') %></h1>
<div class="list-group">
<% @request_for_comments.each do |request_for_comment| %>