Updated order for zh_tw translation
This commit is contained in:
parent
d615f1df6b
commit
ac8e169cd0
|
@ -14,7 +14,7 @@
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<% if rf.title == "Office"%>
|
<% if (rf.title == "Office" || rf.title == "研究室")%>
|
||||||
<td><%= rf.title %></td>
|
<td><%= rf.title %></td>
|
||||||
<td><%= nl2br(show_attribute_value(@member.get_attribute_value(rf).get_value_by_locale(I18n.locale))) rescue '' %></td>
|
<td><%= nl2br(show_attribute_value(@member.get_attribute_value(rf).get_value_by_locale(I18n.locale))) rescue '' %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<% if rf.title == "Research Field"%>
|
<% if (rf.title == "Research Field"|| rf.title == "研究領域")%>
|
||||||
<td><%= rf.title %></td>
|
<td><%= rf.title %></td>
|
||||||
<td><%= nl2br(show_attribute_value(@member.get_attribute_value(rf).get_value_by_locale(I18n.locale))) rescue '' %></td>
|
<td><%= nl2br(show_attribute_value(@member.get_attribute_value(rf).get_value_by_locale(I18n.locale))) rescue '' %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Reference in New Issue