Updated order for zh_tw translation

This commit is contained in:
saurabhbhatia 2013-09-27 14:33:19 +08:00
parent a6b47d9e72
commit 8ec129f559
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
%>
<tr>
<% if rf.title == "Office"%>
<% if (rf.title == "Office" || rf.title == "研究室")%>
<td><%= rf.title %></td>
<td><%= nl2br(show_attribute_value(@member.get_attribute_value(rf).get_value_by_locale(I18n.locale))) rescue '' %></td>
</tr>

View File

@ -14,7 +14,7 @@
%>
<tr>
<% if rf.title == "Research Field"%>
<% if (rf.title == "Research Field"|| rf.title == "研究領域")%>
<td><%= rf.title %></td>
<td><%= nl2br(show_attribute_value(@member.get_attribute_value(rf).get_value_by_locale(I18n.locale))) rescue '' %></td>
</tr>

View File

@ -38,7 +38,7 @@
%>
<tr>
<% if (rf.title != "Research Field" && rf.title != "Office")%>
<% if (rf.title == "Academic Position" || rf.title == "職稱")%>
<td><%= rf.title %></td>
<td><%= nl2br(show_attribute_value(@member.get_attribute_value(rf).get_value_by_locale(I18n.locale))) rescue '' %></td>
</tr>