further i18n changes for Hebrew, impacting other locales too

This commit is contained in:
Reinier Balt 2012-04-11 21:09:46 +02:00
parent ea158d8aab
commit 6ec41600ab
12 changed files with 277 additions and 272 deletions

View file

@ -7,7 +7,7 @@
<% end
if i < 10
i.upto 10 do |j| -%>
<%= i -%> - n/a (n/a) <br/>
<%= i -%> - <%=t('common.not_available_abbr')%> (<%=t('common.not_available_abbr')%>) <br/>
<% end
end
-%>
@ -22,7 +22,7 @@
<% end
if i < 10
i.upto 10 do |j| -%>
<%= i -%> - n/a (n/a) <br/>
<%= i -%> - <%=t('common.not_available_abbr')%> (<%=t('common.not_available_abbr')%>) <br/>
<% end
end
-%>