Updated order for zh_tw translation

This commit is contained in:
saurabhbhatia 2013-09-27 14:33:19 +08:00 committed by Manson Wang
parent d615f1df6b
commit ac8e169cd0
2 changed files with 2 additions and 2 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>