mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	Fix typo in EditorTranslationParserPlugin docs
This commit is contained in:
		
							parent
							
								
									394508d26d
								
							
						
					
					
						commit
						b3aeaa66d4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -19,7 +19,7 @@
 | 
				
			||||||
		    var text = file.get_as_text()
 | 
							    var text = file.get_as_text()
 | 
				
			||||||
		    var split_strs = text.split(",", false)
 | 
							    var split_strs = text.split(",", false)
 | 
				
			||||||
		    for s in split_strs:
 | 
							    for s in split_strs:
 | 
				
			||||||
		        msgids.append(PackedStringArray([s]))
 | 
							        ret.append(PackedStringArray([s]))
 | 
				
			||||||
		        #print("Extracted string: " + s)
 | 
							        #print("Extracted string: " + s)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		    return ret
 | 
							    return ret
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue