1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Translate problems/untranslated

This commit is contained in:
2015-01-02 13:47:51 +01:00
parent 545a165752
commit 3887d2bfb1
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<% if problem.is_translated? %> <% if problem.is_translated? %>
<%= link_to problem.title, problem %> <%= link_to problem.title, problem %>
<% else %> <% else %>
<i><%= t '.not_yet_translated' %></i> <i><%= t 'problems.not_yet_translated' %></i>
<%= link_to new_problem_translation_path(problem), class: 'btn btn-default btn-xs' do %> <%= link_to new_problem_translation_path(problem), class: 'btn btn-default btn-xs' do %>
<%= icon :pencil %> <%= t '.suggest_translation' %> <%= icon :pencil %> <%= t '.suggest_translation' %>
<% end %> <% end %>

View File

@@ -1 +1 @@
Dieses Problem wurde noch nicht übersetzt. <%= t 'problems.not_yet_translated' %>

View File

@@ -2,8 +2,8 @@
de: de:
problems: problems:
index:
not_yet_translated: 'Dieses Problem wurde noch nicht übersetzt.' not_yet_translated: 'Dieses Problem wurde noch nicht übersetzt.'
index:
suggest_translation: 'Übersetzung vorschlagen' suggest_translation: 'Übersetzung vorschlagen'
show: show:
improve_translation: 'Übersetzung verbessern' improve_translation: 'Übersetzung verbessern'