mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 00:36:42 +01:00
Merge pull request #68 from PFischbeck/translation-tips
Add translation tips
This commit is contained in:
commit
ffc7bb5543
11
app/views/translations/_translation-tips.de.html.erb
Normal file
11
app/views/translations/_translation-tips.de.html.erb
Normal file
@ -0,0 +1,11 @@
|
||||
<%= panel heading: 'Hinweise zur Erstellung von Übersetzungen', context: :info do %>
|
||||
<div class='panel-body'>
|
||||
<ul>
|
||||
<li>Zurzeit müssen Sie den HTML-Quellcode noch manuell von projecteuler.net holen. In Zukunft soll dies automatisch passieren.</li>
|
||||
<li>Die Sie-Form benutzen.</li>
|
||||
<li>Der HTML-Quellcode sollte im Allgemeinen unverändert bleiben.</li>
|
||||
<li>Querverweise zu anderen Problemen sollten in der Form <code>/problem=??</code> erfolgen.</li>
|
||||
<li>Wenn Grafiken oder Dateien verwendet werden, sollte die URL <code>https://projecteuler.net/...</code> verwendet werden.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<% end %>
|
||||
@ -1,5 +1,6 @@
|
||||
<% provide(:title, t('.new_translation', id: @problem.id)) %>
|
||||
|
||||
<h1><%= t '.new_translation', id: @problem.id %></h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
<% provide(:title, t('.new_translation', id: @problem.id)) %>
|
||||
|
||||
<h1><%= t '.new_translation', id: @problem.id %></h1>
|
||||
|
||||
<%= render 'translation-tips' %>
|
||||
<%= render 'form' %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user