Get more i18n fixed in for he locale. Include fallback to en locale and include pluralization mechanism

This commit is contained in:
Reinier Balt 2012-04-16 13:17:59 +02:00
parent 8ea90504c6
commit 72dbc169ab
20 changed files with 1839 additions and 1703 deletions

View file

@ -12,7 +12,7 @@ suppress_delete_button ||= false
<div class="project_description">
<span class="<%= needsreview_class( project ) %>">
<%= link_to_project( project ) %>
<%= " (" + count_undone_todos_and_notes_phrase(project,t('common.actions_midsentence')) + ")" %>
<%= " (" + count_undone_todos_and_notes_phrase(project) + ")" %>
</span>
</div>
</div>