mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix the language of the tooltip
This commit is contained in:
		
				
					committed by
					
						 NAKAJIMA, Tomohiro
						NAKAJIMA, Tomohiro
					
				
			
			
				
	
			
			
			
						parent
						
							873bdc6733
						
					
				
				
					commit
					dd20a3e685
				
			| @@ -1048,7 +1048,7 @@ RED.subflow = (function() { | ||||
|              } | ||||
|              langs.forEach(function(l) { | ||||
|                  var row = $('<div>').appendTo(content); | ||||
|                  $('<span>').css({display:"inline-block",width:"50px"}).text(l+(l===currentLocale?"*":"")).appendTo(row); | ||||
|                  $('<span>').css({display:"inline-block",width:"120px"}).text(RED._("languages."+l)+(l===currentLocale?"*":"")).appendTo(row);  | ||||
|                  $('<span>').text(ui.label[l]||"").appendTo(row); | ||||
|              }); | ||||
|              return content; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user