add language file preparation script
This commit is contained in:
		
							parent
							
								
									ad38e61c26
								
							
						
					
					
						commit
						923d325b44
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -46,7 +46,9 @@ for (const file of files) { | ||||||
|             obj = lang.default; |             obj = lang.default; | ||||||
|         } else { |         } else { | ||||||
|             console.log("empty file"); |             console.log("empty file"); | ||||||
|             obj = {}; |             obj = { | ||||||
|  |                 languageName: "<Your Language name in your language (not in English)>" | ||||||
|  |             }; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         // En first
 |         // En first
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue