Updated order for zh_tw translation
This commit is contained in:
		
							parent
							
								
									a6b47d9e72
								
							
						
					
					
						commit
						8ec129f559
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue