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:
@@ -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 %>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
Dieses Problem wurde noch nicht übersetzt.
|
<%= t 'problems.not_yet_translated' %>
|
||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user